SoftwareBitmap.IsReadOnly Propriété

Définition

Obtient une valeur indiquant si l’image bitmap logicielle peut être modifiée.

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

Valeur de propriété

Boolean

bool

True si la bitmap logicielle est en lecture seule ; sinon, false.

S’applique à