Table of Contents

Constructor BitmapCanvasCached

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

BitmapCanvasCached()

Initializes a new instance of the SkiaUtils.BitmapCanvasCached class with default values.

public BitmapCanvasCached()

BitmapCanvasCached(SizeD, float, bool)

Initializes a new instance of the SkiaUtils.BitmapCanvasCached class with the specified size, scale factor, and transparency.

public BitmapCanvasCached(SizeD size, float scaleFactor, bool isTransparent = true)

Parameters

size SizeD

The size of the bitmap canvas.

scaleFactor float

The scale factor for the bitmap canvas.

isTransparent bool

Indicates whether the bitmap canvas is transparent.