In This Topic
Initializes a new instance of the
ImGearPixel class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim channelCount As Integer
Dim bitsPerChannel As Integer
Dim instance As New ImGearPixel(channelCount, bitsPerChannel)
public ImGearPixel(
int ,
int
)
public: ImGearPixel(
int ,
int
)
public:
ImGearPixel(
int ,
int
)
Parameters
- channelCount
- Number of channels in the image.
- bitsPerChannel
- Space, in bits, to allocate for each image channel.
See Also