Point2D constructor

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public Point2D(
	float x,
	float y
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Single, _
	y As Single _
)
Visual C++
public:
Point2D(
	float x, 
	float y
)

Parameters

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

See Also