ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer _
    ) As System.Byte()
    public System.byte[] GetChannelMask( 
       System.int channelIndex
    )

    Parameters

    channelIndex
    Index of the channel.
    See Also