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