CImageView:GetCursorPos
The GetCursorPos method returns the center position of the image cursor in the CImageView. This function returns pixel coordinates.
x, y, bSuccess = CImageView:GetCursorPos() where |
x, y is the current image cursor position, in pixel coordinates.
bSuccess is the returned success code. On success it is true, otherwise false.