ComponentOne Bitmap for WPF
C1.WPF.DX.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 Integer, _
       ByVal maskBuffer As Integer, _
       ByVal maskBufferRef As IntPtr _
    ) As Integer
    public int GetChannelMask( 
       int channelIndex,
       int maskBuffer,
       IntPtr maskBufferRef
    )

    Parameters

    channelIndex
    maskBuffer
    maskBufferRef
    See Also