ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / PixelFormatInfo Class / GetChannelMask Method / GetChannelMask(Int32,Int32,IntPtr) Method

In This Topic
    GetChannelMask(Int32,Int32,IntPtr) Method
    In This Topic
    HRESULT IWICPixelFormatInfo::GetChannelMask([In] unsigned int uiChannelIndex,[In] unsigned int cbMaskBuffer,[In] void* pbMaskBuffer,[Out] unsigned int* pcbActual)
    Syntax
    'Declaration
     
    Public Overloads Function GetChannelMask( _
       ByVal channelIndex As System.Integer, _
       ByVal maskBuffer As System.Integer, _
       ByVal maskBufferRef As System.IntPtr _
    ) As System.Integer
    public System.int GetChannelMask( 
       System.int channelIndex,
       System.int maskBuffer,
       System.IntPtr maskBufferRef
    )

    Parameters

    channelIndex
    maskBuffer
    maskBufferRef
    See Also