Converts a GIS position to mouse position

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

Syntax

Visual Basic (Declaration)
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
)

Parameters

x
Type: System..::.Double
y
Type: System..::.Double

Return Value

See Also