ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / PixelFormatInfo Class / GetChannelMask Method / GetChannelMask(Int32) Method
Index of the channel.

In This Topic
    GetChannelMask(Int32) Method
    In This Topic
    Gets the channel mask.
    Syntax
    'Declaration
     
    Public Overloads Function GetChannelMask( _
       ByVal channelIndex As Integer _
    ) As Byte()
    public byte[] GetChannelMask( 
       int channelIndex
    )

    Parameters

    channelIndex
    Index of the channel.
    See Also