ComponentOne Imaging for UWP
SetSize Method

C1.UWP.Imaging Assembly > C1.Xaml.Imaging Namespace > C1Bitmap Class : SetSize Method
Width of the C1Bitmap in pixels.
Height of the C1Bitmap in pixels.
Initializes the C1Bitmap to a blank image of the given size.
Syntax
'Declaration
 
Public Sub SetSize( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
) 
public void SetSize( 
   System.int width,
   System.int height
)

Parameters

width
Width of the C1Bitmap in pixels.
height
Height of the C1Bitmap in pixels.
See Also

Reference

C1Bitmap Class
C1Bitmap Members