eDriven Framework API
Point Constructor (x, y)
NamespaceseDriven.Core.GeomPointPoint(Single, Single)
eDriven Framework API
Constructor
Declaration Syntax
C#Visual BasicVisual C++
public Point(
	float x,
	float y
)
Public Sub New ( _
	x As Single, _
	y As Single _
)
public:
Point(
	float x, 
	float y
)
Parameters
x (Single)
y (Single)

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)