Constructor SkiaGraphics
SkiaGraphics()
Initializes a new instance of the SkiaGraphics class.
public SkiaGraphics()
SkiaGraphics(SKBitmap)
Initializes a new instance of the SkiaGraphics class on the specified bitmap.
public SkiaGraphics(SKBitmap bitmap)
Parameters
SkiaGraphics(SKCanvas)
Initializes a new instance of the SkiaGraphics class on the specified SKCanvas.
public SkiaGraphics(SKCanvas canvas)