SoftwareBitmap.GetReadOnlyView Method

Definition

Gets a read-only representation of the SoftwareBitmap object.

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

Returns

A read-only representation of the SoftwareBitmap object.

Remarks

Determine if a software bitmap can be modified by checking the IsReadOnly property.

Applies to