GxImage: ScreenPosToImagePosV |
This method converts screen coordinates to image coordinates (use for mouse event coordinates).
Public Function ScreenPosToImagePosV( ByVal xsc As Long, ByVal ysc As Long ) As Variant
[Visual Basic] Public Function ScreenPosToImagePosV(ByVal xsc As Long, ByVal ysc As Long) As Variant
[Delphi] function ScreenPosToImagePosV(xsc : Integer; ysc : Integer) : OleVariant;
[C++] VARIANT ScreenPosToImagePosV(long xsc, long ysc);
Class GxImage Overview GxImage Properties GxImage Methods ScreenPosToImagePos ScreenPosToViewPos