'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.