Document Solutions for Imaging
DS.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaImage Class / ToSkiaBitmap Method
Clipping rectangle to be copied to GcSkiaBitmap.

In This Topic
    ToSkiaBitmap Method
    In This Topic
    Creates an instance of the GcSkiaBitmap class from the current GcSkiaImage.
    Syntax
    'Declaration
     
    Public Function ToSkiaBitmap( _
       Optional ByVal clipRect As System.Nullable(Of Rectangle) _
    ) As GcSkiaBitmap
    public GcSkiaBitmap ToSkiaBitmap( 
       System.Nullable<Rectangle> clipRect
    )

    Parameters

    clipRect
    Clipping rectangle to be copied to GcSkiaBitmap.

    Return Value

    An instance of the GcSkiaBitmap with the image fragment.
    See Also