Converts a GIS position to mouse position

Namespace:  EGIS.Controls
Assembly:  EGIS.Controls (in EGIS.Controls.dll)

Syntax

Visual Basic
Public Function GisPointToPixelCoord ( _
	x As Double, _
	y As Double _
) As Point
C#
public Point GisPointToPixelCoord(
	double x,
	double y
)
Visual C++
public:
Point GisPointToPixelCoord(
	double x, 
	double y
)
JavaScript
function gisPointToPixelCoord(x, y);

Parameters

x
Type: System..::..Double
x-coord of the GIS point
y
Type: System..::..Double
y-coord of the GIS point

Return Value

See Also