GxImage: ScreenPosToViewPos |
This method converts screen coordinates to viewed image coordinates (use for mouse event coordinates).
Public Function ScreenPosToViewPos( ByVal xsc As Long, ByVal ysc As Long, ByRef xv As Long, ByRef yv As Long ) As Long
[Visual Basic] Public Function ScreenPosToViewPos(ByVal xsc As Long, ByVal ysc As Long, ByRef xv As Long, ByRef yv As Long) As Long
[Delphi] function ScreenPosToViewPos(xsc : Integer; ysc : Integer; var xv : Integer; var yv : Integer) : Integer;
[C++] long ScreenPosToViewPos(long xsc, long ysc, long* xv, long* yv);
Class GxImage Overview GxImage Properties GxImage Methods ScreenPosToImagePosV ScreenPosToViewPosV