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