Partager via


PathFigureCollection.Append(PathFigure) Méthode

Définition

Ajoute un nouvel élément à la collection.

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

Paramètres

value
PathFigure

Nouvel élément à ajouter.

Implémente

S’applique à