ComponentOne Imaging for UWP
C1Bitmap Constructor(Int32,Int32)

C1.UWP.Imaging Assembly > C1.Xaml.Imaging Namespace > C1Bitmap Class > C1Bitmap Constructor : C1Bitmap Constructor(Int32,Int32)
Width of the new bitmap.
Height of the new bitmap.
Initializes a new C1Bitmap of a given size.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
)
public C1Bitmap( 
   System.int width,
   System.int height
)

Parameters

width
Width of the new bitmap.
height
Height of the new bitmap.
See Also

Reference

C1Bitmap Class
C1Bitmap Members
Overload List