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