Region.Region

Region()

新しいRegion .

public Region()

関連項目


Region(RectangleF)

新しいRegion指定からRectangleF構造体.

public Region(RectangleF rect)
パラメータタイプ説明
rectRectangleFRectangleF新しい内部を定義する構造Region.

関連項目


Region(Rectangle)

新しいRegion指定からRectangle構造体.

public Region(Rectangle rect)
パラメータタイプ説明
rectRectangleRectangle新しい内部を定義する構造Region.

関連項目


Region(GraphicsPath)

新しいRegion指定されたGraphicsPath .

public Region(GraphicsPath path)
パラメータタイプ説明
pathGraphicsPathGraphicsPath新しいものを定義するRegion.

例外

例外調子
ArgumentNullExceptionpath無効である。

関連項目