次の方法で共有


GraphicsPath.PathData プロパティ

この GraphicsPath オブジェクトの点 (points) と型 (types) の配列をカプセル化する PathData オブジェクトを取得します。

Public ReadOnly Property PathData As PathData
[C#]
public PathData PathData {get;}
[C++]
public: __property PathData* get_PathData();
[JScript]
public function get PathData() : PathData;

プロパティ値

GraphicsPath オブジェクトの点と型、両方の配列をカプセル化する PathData オブジェクト。

必要条件

プラットフォーム: 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 名前空間