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()

where

    Pointer is a pointer to the view window. On failure, nil. is returned.

Related Topics

Attach

AttachFromList

CImageView class