次の方法で共有


GraphicsPath コンストラクタ

AlternateFillMode 列挙体を使用して、GraphicsPath クラスの新しいインスタンスを初期化します。

オーバーロードの一覧

名前 説明
GraphicsPath () AlternateFillMode 値を使用して、GraphicsPath クラスの新しいインスタンスを初期化します。
GraphicsPath (FillMode) 指定した FillMode 列挙体を使用して、GraphicsPath クラスの新しいインスタンスを初期化します。
GraphicsPath (Point[], Byte[]) PathPointTypePoint を指定して、GraphicsPath クラスの新しいインスタンスを初期化します。
GraphicsPath (PointF[], Byte[]) 指定した PathPointType 配列と PointF 配列を指定して、GraphicsPath 配列の新しいインスタンスを初期化します。
GraphicsPath (Point[], Byte[], FillMode) 指定した PathPointTypePoint の各配列と指定した FillMode 列挙体要素を使用して、GraphicsPath クラスの新しいインスタンスを初期化します。
GraphicsPath (PointF[], Byte[], FillMode) 指定した PathPointTypePointF の各配列と指定した FillMode 列挙体要素を使用して、GraphicsPath 配列の新しいインスタンスを初期化します。

参照

関連項目

GraphicsPath クラス
GraphicsPath メンバ
System.Drawing.Drawing2D 名前空間