ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / SetSize Method
Width of the C1Bitmap in pixels.
Height of the C1Bitmap in pixels.

In This Topic
    SetSize Method
    In This Topic
    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