SKBitmap.IsImmutable Property

Definition

Indicates if the bitmap contents are immutable.

public bool IsImmutable { get; }

Property Value

Returns true if it is immutable, false otherwise.

Remarks

Immutability means that the contents of its pixels will not change for the lifetime of the bitmap.

Applies to