SoftwareBitmap.GetReadOnlyView Método

Definición

Obtiene una representación de solo lectura del objeto SoftwareBitmap .

public:
 virtual SoftwareBitmap ^ GetReadOnlyView() = GetReadOnlyView;
SoftwareBitmap GetReadOnlyView();
public SoftwareBitmap GetReadOnlyView();
function getReadOnlyView()
Public Function GetReadOnlyView () As SoftwareBitmap

Devoluciones

Representación de solo lectura del objeto SoftwareBitmap .

Comentarios

Determine si se puede modificar un mapa de bits de software comprobando la propiedad IsReadOnly .

Se aplica a