ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / CreateImage Method
The width of the image, in pixels.
The height of the image, in pixels.
The pixel format of the image.

In This Topic
    CreateImage Method
    In This Topic
    Creates the internal image of the given size with uninitialized content.
    Syntax
    'Declaration
     
    Public Sub CreateImage( _
       ByVal width As System.Integer, _
       ByVal height As System.Integer, _
       ByVal pixelFormat As PixelFormat _
    ) 
    public void CreateImage( 
       System.int width,
       System.int height,
       PixelFormat pixelFormat
    )

    Parameters

    width
    The width of the image, in pixels.
    height
    The height of the image, in pixels.
    pixelFormat
    The pixel format of the image.
    See Also