Property NullCanvas
NullCanvas
Gets a null SKCanvas instance that performs no drawing operations.
public static SKCanvas NullCanvas { get; }
Property Value
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.