'Declaration Public Function New( _
ByVal channelCountThe channel count.As Integer, _
ByVal bitsPerChannelThe bits per channel.As Integer _
)
public BitmapChannelsFormat(
int channelCount,
int bitsPerChannel
)
public: BitmapChannelsFormat(
int channelCount,
int bitsPerChannel
)
public:
BitmapChannelsFormat(
int channelCount,
int bitsPerChannel
)
Parameters
- channelCount
- The channel count.
- bitsPerChannel
- The bits per channel.