Partager via


PointCollection.Append(Point) Méthode

Définition

Ajoute un nouvel élément à la 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)

Paramètres

value
Point

Ajoute un nouvel élément à la collection.

Implémente

S’applique à