Table of Contents

Method CreateNullSurface

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

CreateNullSurface(int, int)

Creates dummy SKSurface object ignores any painting.

public static SKSurface CreateNullSurface(int width, int height)

Parameters

width int

Surface width.

height int

Surface height.

Returns

SKSurface