言語

GraphicsPath コンストラクター

定義

GraphicsPathFillMode列挙型を使用して、Alternate クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
GraphicsPath()

GraphicsPathFillMode値を使用して、Alternate クラスの新しいインスタンスを初期化します。

GraphicsPath(FillMode)

指定したGraphicsPath列挙型を使用して、FillMode クラスの新しいインスタンスを初期化します。

GraphicsPath(Point[], Byte[])

指定したGraphicsPathおよびPathPointType配列を使用して、Point クラスの新しいインスタンスを初期化します。

GraphicsPath(PointF[], Byte[])

指定したGraphicsPathおよびPathPointType配列を使用して、PointF配列の新しいインスタンスを初期化します。

GraphicsPath(Point[], Byte[], FillMode)

指定したGraphicsPath配列とPathPointType配列、および指定したPoint列挙要素を使用して、FillMode クラスの新しいインスタンスを初期化します。

GraphicsPath(PointF[], Byte[], FillMode)

指定したGraphicsPathおよびPathPointType配列を使用し、指定したPointF列挙要素を使用して、FillMode配列の新しいインスタンスを初期化します。

GraphicsPath(ReadOnlySpan<Point>, ReadOnlySpan<Byte>, FillMode)

指定したGraphicsPath配列とPathPointType配列、および指定したPoint列挙要素を使用して、FillMode クラスの新しいインスタンスを初期化します。

GraphicsPath(ReadOnlySpan<PointF>, ReadOnlySpan<Byte>, FillMode)

指定したGraphicsPath配列とPathPointType配列、および指定したPoint列挙要素を使用して、FillMode クラスの新しいインスタンスを初期化します。

GraphicsPath()

ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs

GraphicsPathFillMode値を使用して、Alternate クラスの新しいインスタンスを初期化します。

public:
 GraphicsPath();
public GraphicsPath();
Public Sub New ()

適用対象

GraphicsPath(FillMode)

ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs

指定したGraphicsPath列挙型を使用して、FillMode クラスの新しいインスタンスを初期化します。

public:
 GraphicsPath(System::Drawing::Drawing2D::FillMode fillMode);
public GraphicsPath(System.Drawing.Drawing2D.FillMode fillMode);
new System.Drawing.Drawing2D.GraphicsPath : System.Drawing.Drawing2D.FillMode -> System.Drawing.Drawing2D.GraphicsPath
Public Sub New (fillMode As FillMode)

パラメーター

fillMode
FillMode

このFillModeの内部の塗りつぶし方法を決定するGraphicsPath列挙体。

適用対象

GraphicsPath(Point[], Byte[])

ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs

指定したGraphicsPathおよびPathPointType配列を使用して、Point クラスの新しいインスタンスを初期化します。

public:
 GraphicsPath(cli::array <System::Drawing::Point> ^ pts, cli::array <System::Byte> ^ types);
public GraphicsPath(System.Drawing.Point[] pts, byte[] types);
new System.Drawing.Drawing2D.GraphicsPath : System.Drawing.Point[] * byte[] -> System.Drawing.Drawing2D.GraphicsPath
Public Sub New (pts As Point(), types As Byte())

パラメーター

pts
Point[]

このPointを構成する点の座標を定義するGraphicsPath構造体の配列。

types
Byte[]

PathPointType配列内の対応する各ポイントの型を指定するpts列挙要素の配列。

適用対象

GraphicsPath(PointF[], Byte[])

ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs

指定したGraphicsPathおよびPathPointType配列を使用して、PointF配列の新しいインスタンスを初期化します。

public:
 GraphicsPath(cli::array <System::Drawing::PointF> ^ pts, cli::array <System::Byte> ^ types);
public GraphicsPath(System.Drawing.PointF[] pts, byte[] types);
new System.Drawing.Drawing2D.GraphicsPath : System.Drawing.PointF[] * byte[] -> System.Drawing.Drawing2D.GraphicsPath
Public Sub New (pts As PointF(), types As Byte())

パラメーター

pts
PointF[]

このPointFを構成する点の座標を定義するGraphicsPath構造体の配列。

types
Byte[]

PathPointType配列内の対応する各ポイントの型を指定するpts列挙要素の配列。

適用対象

GraphicsPath(Point[], Byte[], FillMode)

ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs

指定したGraphicsPath配列とPathPointType配列、および指定したPoint列挙要素を使用して、FillMode クラスの新しいインスタンスを初期化します。

public:
 GraphicsPath(cli::array <System::Drawing::Point> ^ pts, cli::array <System::Byte> ^ types, System::Drawing::Drawing2D::FillMode fillMode);
public GraphicsPath(System.Drawing.Point[] pts, byte[] types, System.Drawing.Drawing2D.FillMode fillMode);
new System.Drawing.Drawing2D.GraphicsPath : System.Drawing.Point[] * byte[] * System.Drawing.Drawing2D.FillMode -> System.Drawing.Drawing2D.GraphicsPath
Public Sub New (pts As Point(), types As Byte(), fillMode As FillMode)

パラメーター

pts
Point[]

このPointを構成する点の座標を定義するGraphicsPath構造体の配列。

types
Byte[]

PathPointType配列内の対応する各ポイントの型を指定するpts列挙要素の配列。

fillMode
FillMode

このFillMode内の図形の内部の塗りつぶし方法を指定するGraphicsPath列挙体。

適用対象

GraphicsPath(PointF[], Byte[], FillMode)

ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs

指定したGraphicsPathおよびPathPointType配列を使用し、指定したPointF列挙要素を使用して、FillMode配列の新しいインスタンスを初期化します。

public:
 GraphicsPath(cli::array <System::Drawing::PointF> ^ pts, cli::array <System::Byte> ^ types, System::Drawing::Drawing2D::FillMode fillMode);
public GraphicsPath(System.Drawing.PointF[] pts, byte[] types, System.Drawing.Drawing2D.FillMode fillMode);
new System.Drawing.Drawing2D.GraphicsPath : System.Drawing.PointF[] * byte[] * System.Drawing.Drawing2D.FillMode -> System.Drawing.Drawing2D.GraphicsPath
Public Sub New (pts As PointF(), types As Byte(), fillMode As FillMode)

パラメーター

pts
PointF[]

このPointFを構成する点の座標を定義するGraphicsPath構造体の配列。

types
Byte[]

PathPointType配列内の対応する各ポイントの型を指定するpts列挙要素の配列。

fillMode
FillMode

このFillMode内の図形の内部の塗りつぶし方法を指定するGraphicsPath列挙体。

適用対象

GraphicsPath(ReadOnlySpan<Point>, ReadOnlySpan<Byte>, FillMode)

ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs

指定したGraphicsPath配列とPathPointType配列、および指定したPoint列挙要素を使用して、FillMode クラスの新しいインスタンスを初期化します。

public GraphicsPath(ReadOnlySpan<System.Drawing.Point> pts, ReadOnlySpan<byte> types, System.Drawing.Drawing2D.FillMode fillMode = System.Drawing.Drawing2D.FillMode.Alternate);
new System.Drawing.Drawing2D.GraphicsPath : ReadOnlySpan<System.Drawing.Point> * ReadOnlySpan<byte> * System.Drawing.Drawing2D.FillMode -> System.Drawing.Drawing2D.GraphicsPath
Public Sub New (pts As ReadOnlySpan(Of Point), types As ReadOnlySpan(Of Byte), Optional fillMode As FillMode = System.Drawing.Drawing2D.FillMode.Alternate)

パラメーター

pts
ReadOnlySpan<Point>

このPointを構成する点の座標を定義するGraphicsPath構造体の配列。

types
ReadOnlySpan<Byte>

PathPointType配列内の対応する各ポイントの型を指定するpts列挙要素の配列。

fillMode
FillMode

このFillMode内の図形の内部の塗りつぶし方法を指定するGraphicsPath列挙体。

適用対象

GraphicsPath(ReadOnlySpan<PointF>, ReadOnlySpan<Byte>, FillMode)

ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs
ソース:
GraphicsPath.cs

指定したGraphicsPath配列とPathPointType配列、および指定したPoint列挙要素を使用して、FillMode クラスの新しいインスタンスを初期化します。

public GraphicsPath(ReadOnlySpan<System.Drawing.PointF> pts, ReadOnlySpan<byte> types, System.Drawing.Drawing2D.FillMode fillMode = System.Drawing.Drawing2D.FillMode.Alternate);
new System.Drawing.Drawing2D.GraphicsPath : ReadOnlySpan<System.Drawing.PointF> * ReadOnlySpan<byte> * System.Drawing.Drawing2D.FillMode -> System.Drawing.Drawing2D.GraphicsPath
Public Sub New (pts As ReadOnlySpan(Of PointF), types As ReadOnlySpan(Of Byte), Optional fillMode As FillMode = System.Drawing.Drawing2D.FillMode.Alternate)

パラメーター

pts
ReadOnlySpan<PointF>

このPointを構成する点の座標を定義するGraphicsPath構造体の配列。

types
ReadOnlySpan<Byte>

PathPointType配列内の対応する各ポイントの型を指定するpts列挙要素の配列。

fillMode
FillMode

このFillMode内の図形の内部の塗りつぶし方法を指定するGraphicsPath列挙体。

適用対象