Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / CreateImage Method
The width of the image, in pixels.
The height of the image, in pixels.
Indicates if the alpha channel should be ignored.

In This Topic
    CreateImage Method (GcSkiaBitmap)
    In This Topic
    Creates the image of the given size.
    Syntax
    'Declaration
     
    Public Sub CreateImage( _
       ByVal pixelWidth As System.Integer, _
       ByVal pixelHeight As System.Integer, _
       Optional ByVal opaque As System.Boolean _
    ) 
    public void CreateImage( 
       System.int pixelWidth,
       System.int pixelHeight,
       System.bool opaque
    )

    Parameters

    pixelWidth
    The width of the image, in pixels.
    pixelHeight
    The height of the image, in pixels.
    opaque
    Indicates if the alpha channel should be ignored.
    See Also