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

要添加的新项。

实现

适用于