'Declaration Public Function New( _
ByVal channelCountThe channel count.As Integer, _
ByVal bitsPerChannelThe bits per channel.As Integer, _
ByVal pixelDataIsLittleEndianA value indicating whether pixel data are stored in little endian order.As Boolean, _
ByVal channelDataIsLittleEndianA value indicating whether channel data are stored in little endian order.As Boolean _
)
public BitmapChannelsFormat(
int channelCount,
int bitsPerChannel,
bool pixelDataIsLittleEndian,
bool channelDataIsLittleEndian
)
public: BitmapChannelsFormat(
int channelCount,
int bitsPerChannel,
bool pixelDataIsLittleEndian,
bool channelDataIsLittleEndian
)
public:
BitmapChannelsFormat(
int channelCount,
int bitsPerChannel,
bool pixelDataIsLittleEndian,
bool channelDataIsLittleEndian
)
Parameters
- channelCount
- The channel count.
- bitsPerChannel
- The bits per channel.
- pixelDataIsLittleEndian
- A value indicating whether pixel data are stored in little endian order.
- channelDataIsLittleEndian
- A value indicating whether channel data are stored in little endian order.