Table of Contents

Property NullCanvas

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

NullCanvas

Gets a null SKCanvas instance that performs no drawing operations.

public static SKCanvas NullCanvas { get; }

Property Value

SKCanvas

Remarks

This property provides a placeholder SKCanvas that can be used in scenarios where a non-null canvas is required, but no actual drawing is needed. The returned canvas does not render any output and is intended for use as a no-op implementation.