[]
IWICFormatConverterInfo
[Guid("9F34FB65-13F4-4f15-BC57-3726B5E53D9F")]
public class FormatConverterInfo : ComponentInfo, IDisposable, IUnknown
Name | Description |
---|---|
FormatConverterInfo(IntPtr) | Initializes a new instance of the FormatConverterInfo class. |
Name | Description |
---|---|
PixelFormats | Gets the supported pixel formats. |
Name | Description |
---|---|
CreateInstance() | HRESULT IWICFormatConverterInfo::CreateInstance([Out, Fast] IWICFormatConverter** ppIConverter) |
GetPixelFormats(int, IntPtr) | HRESULT IWICFormatConverterInfo::GetPixelFormats([In] unsigned int cFormats,[In] void* pPixelFormatGUIDs,[Out] unsigned int* pcActual) |
Name | Description |
---|---|
explicit operator FormatConverterInfo(IntPtr) | Performs an explicit conversion from IntPtr to FormatConverterInfo. |