GraphicsPath.PathPoints プロパティ
パスのポイントを取得します。
Public ReadOnly Property PathPoints As PointF ()
[C#]
public PointF[] PathPoints {get;}
[C++]
public: __property PointF get_PathPoints();
[JScript]
public function get PathPoints() : PointF[];
プロパティ値
パスを表す PointF オブジェクトの配列。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
GraphicsPath クラス | GraphicsPath メンバ | System.Drawing.Drawing2D 名前空間