CImageView:AttachFromList

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.

Syntax

pointer = CImageView:GetViewPtr()

    On success, this method returns a pointer to the image window, not to the CImageView.

    On failure, this method returns nil.

Related Topics

CImageView, Attach, AttachFromList