[]
IWICPixelFormatInfo
[Guid("E8EDA601-3D48-431a-AB44-69059BE88BBE")]
public class PixelFormatInfo : ComponentInfo, IDisposable, IUnknown
Name | Description |
---|---|
PixelFormatInfo(IntPtr) | Initializes a new instance of the PixelFormatInfo class. |
Name | Description |
---|---|
GetBitsPerPixel() | HRESULT IWICPixelFormatInfo::GetBitsPerPixel([Out] unsigned int* puiBitsPerPixel) |
GetChannelCount() | HRESULT IWICPixelFormatInfo::GetChannelCount([Out] unsigned int* puiChannelCount) |
GetChannelMask(int) | Gets the channel mask. |
GetChannelMask(int, int, IntPtr) | HRESULT IWICPixelFormatInfo::GetChannelMask([In] unsigned int uiChannelIndex,[In] unsigned int cbMaskBuffer,[In] void* pbMaskBuffer,[Out] unsigned int* pcbActual) |
GetColorContext() | HRESULT IWICPixelFormatInfo::GetColorContext([Out] IWICColorContext** ppIColorContext) |
GetFormatGUID() | HRESULT IWICPixelFormatInfo::GetFormatGUID([Out] GUID* pFormat) |
Name | Description |
---|---|
explicit operator PixelFormatInfo(IntPtr) | Performs an explicit conversion from IntPtr to PixelFormatInfo. |