[]
        
(Showing Draft Content)

C1.Util.DX.WIC.PixelFormatInfo

PixelFormatInfo Class

IWICPixelFormatInfo

Implements
Namespace: C1.Util.DX.WIC
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("E8EDA601-3D48-431a-AB44-69059BE88BBE")]
public class PixelFormatInfo : ComponentInfo, IDisposable, IUnknown

Constructors

Name Description
PixelFormatInfo(IntPtr)

Initializes a new instance of the PixelFormatInfo class.

Methods

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)

Operators

Name Description
explicit operator PixelFormatInfo(IntPtr)

Performs an explicit conversion from IntPtr to PixelFormatInfo.