Utility class to check and convert a View into an ImagevView.
More...
|
|
| ImageViewProvider (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
|
virtual void | Dispose (bool disposing) |
| |
Utility class to check and convert a View into an ImagevView.
◆ ToImage()
Extracts the ImageView interface from a given generic view. If the given view is not an ImageView, this method will return null.
◆ ToReadOnly()
Remove all capacities except READ to an ImageView. If given ImageView only has READ capacity, it is returned directly.
- Parameters
-
| image | ImageView for which we want to only have READ capacity |
- Returns
- an ImageView with only READ capacity
◆ ToWriteOnly()
Remove all capacities except WRITE to an ImageView. If given ImageView only has WRITE capacity, it is returned directly.
- Parameters
-
| image | ImageView for which we want to only have WRITE capacity |
- Returns
- an ImageView with only WRITE capacity
The documentation for this class was generated from the following file:
- Release/net/generated/ImageViewProvider.cs