'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As ImGearColorSpace, _
ByVal () 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)