次の方法で共有


GraphicsPath.PathTypes プロパティ

PathPoints 配列内の対応する点の型を取得します。

Public ReadOnly Property PathTypes As Byte ()
[C#]
public byte[] PathTypes {get;}
[C++]
public: __property unsigned char get_PathTypes();
[JScript]
public function get PathTypes() : Byte[];

プロパティ値

パス内の対応する点の型を指定するバイトの配列。

必要条件

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