Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaGraphics Class / ToSkiaImage Method
Clipping rectangle to be copied to GcSkiaImage.

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

    Parameters

    clipRect
    Clipping rectangle to be copied to GcSkiaImage.

    Return Value

    An instance of the GrapeCity.Documents.Imaging.GcBitmap with the image fragment.
    See Also