PointCollection.Append(Point) メソッド

定義

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

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)

パラメーター

value
Point

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

実装

適用対象