Converts from Point to IEPoint and viceversa

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Point Point { get; set; }
Public Property Point As Point
	Get
	Set
public:
property Point Point {
	Point get ();
	void set (Point value);
}

See Also