PointCollection.Append(Point) Method

Definition

Adds a new item to the collection.

public:
 virtual void Append(Point value) = IVector<Point>::Append;
void Append(Point const& value);
public void Append(Point value);
function append(value)
Public Sub Append (value As Point)

Parameters

value
Point

Adds a new item to the collection.

Implements

Applies to