Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / GcSkiaBitmap Constructor / GcSkiaBitmap Constructor(Int32,Int32,Boolean)
The width of the image, in pixels.
The height of the image, in pixels.
Indicates whether the alpha channel should be ignored.

In This Topic
    GcSkiaBitmap Constructor(Int32,Int32,Boolean)
    In This Topic
    Initializes a new instance of the GcSkiaBitmap class and creates the image.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pixelWidth As System.Integer, _
       ByVal pixelHeight As System.Integer, _
       Optional ByVal opaque As System.Boolean _
    )
    public GcSkiaBitmap( 
       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 whether the alpha channel should be ignored.
    See Also