'Declaration Public Function New( _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal colorSpace As ImGearColorSpace, _ ByVal channelDepths() As Integer _ )
'Usage Dim width As Integer Dim height As Integer Dim colorSpace As ImGearColorSpace Dim channelDepths() As Integer Dim instance As New ImGearVectPage(width, height, colorSpace, channelDepths)
public ImGearVectPage( int width, int height, ImGearColorSpace colorSpace, int[] channelDepths )
public: ImGearVectPage( int width, int height, ImGearColorSpace colorSpace, int[]* channelDepths )
public: ImGearVectPage( int width, int height, ImGearColorSpace colorSpace, array<int>^ channelDepths )
Parameters
- width
- The width of the page..
- height
- The height of the page.
- colorSpace
- The color space of the page.
- channelDepths
- The channel depth of the page.
Return Value
A new instance of the ImGearVectPage class.