'Declaration Public Function ToSkiaBitmap( _ Optional ByVal clipRect As System.Nullable(Of Rectangle) _ ) As GcSkiaBitmap
public GcSkiaBitmap ToSkiaBitmap( System.Nullable<Rectangle> clipRect )
Parameters
- clipRect
- Clipping rectangle to be copied to GcSkiaBitmap.
Return Value
An instance of the GcSkiaBitmap with the image fragment.