Table of Contents

Method CreateNullCanvas

Namespace
Alternet.Skia
Assembly
Alternet.UI.Common.dll

CreateNullCanvas(int, int)

Creates dummy SKCanvas object which performs not painting.

public static SKCanvas CreateNullCanvas(int width, int height)

Parameters

width int

Surface width.

height int

Surface height.

Returns

SKCanvas