GxImage: ViewPosToScreenPosV |
This method converts viewed image coordinates to screen coordinates.
Public Function ViewPosToScreenPosV( ByVal xv As Long, ByVal yv As Long ) As Variant
[Visual Basic] Public Function ViewPosToScreenPosV(ByVal xv As Long, ByVal yv As Long) As Variant
[Delphi] function ViewPosToScreenPosV(xv : Integer; yv : Integer) : OleVariant;
[C++] VARIANT ViewPosToScreenPosV(long xv, long yv);
Class GxImage Overview GxImage Properties GxImage Methods ViewPosToScreenPos ViewPtr