SoftwareBitmap.GetReadOnlyView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.