SKBitmap.IsEmpty Property

Definition

Gets a value indicating whether the bitmap has empty dimensions.

public bool IsEmpty { get; }

Property Value

Remarks

In most cases, DrawsNothing will return the desired result as it checks IsNull as well.

Applies to