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