Initializes a new instance of the 
ImGearLayeredPage class.
 
            
            
            Syntax
            
            
            
            
            '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 
)
             
        
             
        
            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.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also