Region.Exclude

Exclude(RectangleF)

これを更新しますRegion指定されたものと交差しない内部の部分のみを含むRectangleF構造体.

public void Exclude(RectangleF rect)
パラメータタイプ説明
rectRectangleFRectangleFこれから除外する構造Region.

関連項目


Exclude(Rectangle)

これを更新しますRegion指定されたものと交差しない内部の部分のみを含むRectangle構造体.

public void Exclude(Rectangle rect)
パラメータタイプ説明
rectRectangleRectangleこれから除外する構造Region.

関連項目


Exclude(GraphicsPath)

これを更新しますRegion指定されたものと交差しない内部の部分のみを含むGraphicsPath .

public void Exclude(GraphicsPath path)
パラメータタイプ説明
pathGraphicsPathGraphicsPathこれから除外するRegion.

例外

例外調子
ArgumentNullExceptionpathnull. です

関連項目


Exclude(Region)

これを更新しますRegion指定されたものと交差しない内部の部分のみを含むRegion .

public void Exclude(Region region)
パラメータタイプ説明
regionRegionRegionこれから除外するRegion.

例外

例外調子
ArgumentNullExceptionregionnull. です

関連項目