Class constructor

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public XY(
	double x,
	double y
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Double, _
	y As Double _
)
Visual C++
public:
XY(
	double x, 
	double y
)

Parameters

x
Type: System..::.Double
X coordinate
y
Type: System..::.Double
Y coordinate

See Also