public ImGearLayeredPage( int width, int height, ImGearColorSpace colorSpace, int[] channelDepths, bool allocatePixels )
public: ImGearLayeredPage( int width, int height, ImGearColorSpace colorSpace, int[]* channelDepths, bool allocatePixels )
public: ImGearLayeredPage( int width, int height, ImGearColorSpace colorSpace, array<int>^ channelDepths, bool allocatePixels )
'Declaration Public Function New( _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal colorSpace As ImGearColorSpace, _ ByVal channelDepths() As Integer, _ ByVal allocatePixels As Boolean _ )
'Usage Dim width As Integer Dim height As Integer Dim colorSpace As ImGearColorSpace Dim channelDepths() As Integer Dim allocatePixels As Boolean Dim instance As New ImGearLayeredPage(width, height, colorSpace, channelDepths, allocatePixels)
Parameters
- width
- Width of the page.
- height
- Height of the page.
- colorSpace
- Color space of the page.
- channelDepths
- Channel depths of the page.
- allocatePixels
- If true, allocate DIB pixels; false otherwise.