Creates a point from x and y coordintes

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEPoint(
	int x,
	int y
)
Public Sub New ( _
	x As Integer, _
	y As Integer _
)
public:
IEPoint(
	int x, 
	int y
)

Parameters

x
Int32
The x coordinate
y
Int32
The y coordinate

See Also