PathFigureCollection.Append(PathFigure) Method

Definition

Adds a new item to the 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)

Parameters

value
PathFigure

The new item to add.

Implements

Applies to