Struct BitmapPattern
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
Mask
The pattern mask.
public nint Mask
Field Value
Pattern
The actual pattern.
public nint Pattern
Field Value
Position
The offset the pattern is located in the file.
public long Position