[]
        
(Showing Draft Content)

C1.Util.DX.WIC.BitmapDecoderInfo

BitmapDecoderInfo Class

IWICBitmapDecoderInfo

Implements
Namespace: C1.Util.DX.WIC
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("D8CD007F-D08F-4191-9BFC-236EA7F0E4B5")]
public class BitmapDecoderInfo : BitmapCodecInfo, IDisposable, IUnknown

Constructors

Name Description
BitmapDecoderInfo(IntPtr)

Initializes a new instance of the BitmapDecoderInfo class.

Properties

Name Description
Patterns

Gets the file pattern signatures supported by the decoder.

Methods

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.

Operators

Name Description
explicit operator BitmapDecoderInfo(IntPtr)

Performs an explicit conversion from IntPtr to BitmapDecoderInfo.