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