'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As ImGearColorSpace, _
ByVal () As Integer, _
ByVal 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)
public ImGearLayeredPage(
int ,
int ,
ImGearColorSpace ,
int[] ,
bool
)
public: ImGearLayeredPage(
int ,
int ,
ImGearColorSpace ,
int[]* ,
bool
)
public:
ImGearLayeredPage(
int ,
int ,
ImGearColorSpace ,
array<int>^ ,
bool
)