Table of Contents

Struct BitmapPattern

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

Contains members that identify a pattern within an image file which can be used to identify a particular format.

public struct BitmapPattern
Inherited Members

Fields

EndOfStream

The end of the stream.

public RawBool EndOfStream

Field Value

RawBool

Length

The pattern length.

public int Length

Field Value

int

Mask

The pattern mask.

public nint Mask

Field Value

nint

Pattern

The actual pattern.

public nint Pattern

Field Value

nint

Position

The offset the pattern is located in the file.

public long Position

Field Value

long