SoftwareBitmap.IsReadOnly Property

Definition

Gets a value indicating whether the software bitmap can be modified.

public:
 property bool IsReadOnly { bool get(); };
bool IsReadOnly();
public bool IsReadOnly { get; }
var boolean = softwareBitmap.isReadOnly;
Public ReadOnly Property IsReadOnly As Boolean

Property Value

Boolean

bool

True if the software bitmap is read-only; otherwise, false.

Applies to