Specifies the points that compose the polyline for the polyline object. The points are specified in bitmap coordinates.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetPoints(
	IEPoint[] points,
	int count
)
Public Sub SetPoints ( _
	points As IEPoint(), _
	count As Integer _
)
public:
void SetPoints(
	array<IEPoint>^ points, 
	int count
)

Parameters

points
array<IEPoint>[]()[][]
Array of IEPoint structures.
count
Int32
Number of IEPoint items.

See Also