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