Class BitmapDecoderInfo
[Guid("D8CD007F-D08F-4191-9BFC-236EA7F0E4B5")]
public class BitmapDecoderInfo : BitmapCodecInfo
- Inheritance
-
BitmapDecoderInfo
- Inherited Members
Constructors
BitmapDecoderInfo(nint)
public BitmapDecoderInfo(nint nativePtr)
Parameters
nativePtr
nint
Properties
Patterns
Gets the file pattern signatures supported by the decoder.
public BitmapPattern[] Patterns { get; }
Property Value
Methods
MatchesPattern(IStream)
Retrieves a value that indicates whether the codec recognizes the pattern within a specified stream.
public RawBool MatchesPattern(IStream streamRef)
Parameters
streamRef
IStreamThe stream to pattern match within.
Returns
- RawBool
A reference that receives TRUE if the patterns match; otherwise, SharpDX.Result.False.
Operators
explicit operator BitmapDecoderInfo(nint)
public static explicit operator BitmapDecoderInfo(nint nativePtr)
Parameters
nativePtr
nint