Method CreateBitmapCanvas
CreateBitmapCanvas(SKSize, float, bool)
Creates canvas on the bitmap with the specified size and scaling factor.
public static SKCanvas CreateBitmapCanvas(SKSize size, float scaleFactor, bool isTransparent = true)
Parameters
sizeSKSizeSize of the bitmap.
scaleFactorfloatScaling factor.
isTransparentboolWhether canvas is transparent.
Returns
CreateBitmapCanvas(SKBitmap, float)
Creates canvas on the specified bitmap.
public static SKCanvas CreateBitmapCanvas(SKBitmap bitmap, float scaleFactor)