Table of Contents

Method CreateNullSurface

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

CreateNullSurface(int, int)

Creates dummy SKSurface object ignores any painting.

public static SKSurface CreateNullSurface(int width = 0, int height = 0)

Parameters

width int

Surface width.

height int

Surface height.

Returns

SKSurface