[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Skia.GcSkiaBitmap.ToSkiaImage

ToSkiaImage Method

ToSkiaImage(Rectangle?)

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

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

Clipping rectangle to be copied to GcSkiaImage.

Returns
Type Description
GcSkiaImage

A new instance of the GcSkiaImage class.