CImageView:GetViewPtr
The GetViewPtr method returns a pointer to the image wrapped by the CImageView object. This pointer is required by some methods in other classes that use a direct pointer to a window in the Mira GUI, rather than a reference to a CImageView object.
pointer = CImageView:GetViewPtr() |
On success, this method returns a pointer to the image window, not to the CImageView.
On failure, this method returns nil.