GxImage: ImagePosToScreenPosV

ImagePosToScreenPosV

This method converts image coordinates to screen coordinates.



 Public Function ImagePosToScreenPosV(
	  ByVal xi As Long,
	  ByVal yi As Long ) As Variant

Parameters

xi
Horizontal image coordinate.
yi
Vertical image coordinate.

Return Values

A variant array. It contains two integers the computed horizontal and vertical screen coordinate.

Languages

[Visual Basic] Public Function ImagePosToScreenPosV(ByVal xi As Long, ByVal yi As Long) As Variant

[Delphi] function ImagePosToScreenPosV(xi : Integer; yi : Integer) : OleVariant;

[C++] VARIANT ImagePosToScreenPosV(long xi, long yi);

Remarks

See Also

Class GxImage Overview GxImage Properties GxImage Methods ImagePosToScreenPos ImagePosToViewPos