[]
IWICBitmapDecoderInfo
[Guid("D8CD007F-D08F-4191-9BFC-236EA7F0E4B5")]
public class BitmapDecoderInfo : BitmapCodecInfo, IDisposable, IUnknown
Name | Description |
---|---|
BitmapDecoderInfo(IntPtr) | Initializes a new instance of the BitmapDecoderInfo class. |
Name | Description |
---|---|
Patterns | Gets the file pattern signatures supported by the decoder. |
Name | Description |
---|---|
CreateInstance() | HRESULT IWICBitmapDecoderInfo::CreateInstance([Out, Fast] IWICBitmapDecoder** ppIBitmapDecoder) |
GetPatterns(int, BitmapPattern[], out int, out int) | HRESULT IWICBitmapDecoderInfo::GetPatterns([In] unsigned int cbSizePatterns,[Out, Buffer, Optional] WICBitmapPattern* pPatterns,[Out] unsigned int* pcPatterns,[Out] unsigned int* pcbPatternsActual) |
MatchesPattern(IStream) | Retrieves a value that indicates whether the codec recognizes the pattern within a specified stream. |
Name | Description |
---|---|
explicit operator BitmapDecoderInfo(IntPtr) | Performs an explicit conversion from IntPtr to BitmapDecoderInfo. |