PathFigureCollection.Append(PathFigure) メソッド

定義

新しい項目をコレクションに追加します。

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)

パラメーター

value
PathFigure

追加する新しい項目。

実装

適用対象