GraphicsPath.GraphicsPath

GraphicsPath()

Alternate. の FillMode 値で、GraphicsPath クラスの新しいインスタンスを初期化します。

public GraphicsPath()

関連項目


GraphicsPath(FillMode)

の新しいインスタンスを初期化しますGraphicsPath指定された を持つクラスFillMode列挙.

public GraphicsPath(FillMode fillMode)
パラメータタイプ説明
fillModeFillModeのFillModeこの interior がどのように取得されるかを決定する列挙GraphicsPath満たされています。

関連項目


GraphicsPath(PointF[], byte[])

の新しいインスタンスを初期化しますGraphicsPath指定されたクラスPathPointTypeとPointF配列.

public GraphicsPath(PointF[] pts, byte[] types)
パラメータタイプ説明
ptsPointF[]の配列PointFこれを構成する点の座標を定義する構造GraphicsPath.
typesByte[]の配列PathPointTypeの対応する各点のタイプを指定する列挙要素pts配列。

備考

このメソッドは実際には何もしません。 System.Drawing API. との互換性のためだけです。

関連項目


GraphicsPath(Point[], byte[])

の新しいインスタンスを初期化しますGraphicsPath指定されたクラスPathPointTypeとPoint配列.

public GraphicsPath(Point[] pts, byte[] types)
パラメータタイプ説明
ptsPoint[]の配列Pointこれを構成する点の座標を定義する構造GraphicsPath.
typesByte[]の配列PathPointTypeの対応する各点のタイプを指定する列挙要素pts配列。

備考

このメソッドは実際には何もしません。 System.Drawing API. との互換性のためだけです。

関連項目


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

の新しいインスタンスを初期化しますGraphicsPath指定されたクラスPathPointTypeとPointF配列と指定されたFillMode列挙要素..

public GraphicsPath(PointF[] pts, byte[] types, FillMode fillMode)
パラメータタイプ説明
ptsPointF[]の配列PointFこれを構成する点の座標を定義する構造GraphicsPath.
typesByte[]の配列PathPointType pts 配列内の対応する各ポイントのタイプを指定する列挙要素。
fillModeFillModeあFillModeこの内の形状の内部をどのように指定するかを指定する列挙GraphicsPath満たされています。

関連項目


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

の新しいインスタンスを初期化しますGraphicsPath指定されたクラスPathPointTypeとPoint配列と指定されたFillMode列挙要素..

public GraphicsPath(Point[] pts, byte[] types, FillMode fillMode)
パラメータタイプ説明
ptsPoint[]の配列Pointこれを構成する点の座標を定義する構造GraphicsPath.
typesByte[]の配列PathPointType pts 配列内の対応する各ポイントのタイプを指定する列挙要素。
fillModeFillModeあFillModeこの内の形状の内部をどのように指定するかを指定する列挙GraphicsPath満たされています。

関連項目