Provides an alternate method to set the position of a line, by specifying its two end points.

The points are expressed within a rect, i.e. Point 1 is (Left, Top) and Point 2 is (Right, Bottom).

Note: When setting LinePoints, IELineLayer.EndShape shapes and IELineLayer.LabelText are not taken into account

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

Syntax

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

See Also