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