[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Skia.GcSkiaImage.ToSkiaBitmap

ToSkiaBitmap Method

ToSkiaBitmap(Rectangle?)

Creates an instance of the GcSkiaBitmap class from the current GcSkiaImage.

Declaration
public GcSkiaBitmap ToSkiaBitmap(Rectangle? clipRect = null)
Public Function ToSkiaBitmap(Optional clipRect As Rectangle? = Nothing) As GcSkiaBitmap
Parameters
Type Name Description
Rectangle? clipRect

Clipping rectangle to be copied to GcSkiaBitmap.

Returns
Type Description
GcSkiaBitmap

An instance of the GcSkiaBitmap with the image fragment.