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

In This Topic
    ToSkiaImage Method (GcSkiaBitmap)
    In This Topic
    Creates an instance of the GcSkiaImage class from the current GcSkiaBitmap.
    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

    A new instance of the GcSkiaImage class.
    See Also