パスの生成に使用される点を表す PointF 構造体の配列を取得または設定します。
Public Property Points As PointF ()
[C#]
public PointF[] Points {get; set;}
[C++]
public: __property PointF get_Points();public: __property void set_Points(PointF[]);
[JScript]
public function get Points() : PointF[];
public function set Points(PointF[]);
プロパティ値
パスの生成に使用される点を表す PointF オブジェクトの配列。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ