Region.Exclude

Exclude(RectangleF)

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

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

関連項目


Exclude(Rectangle)

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

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

関連項目


Exclude(GraphicsPath)

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

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

関連項目


Exclude(Region)

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

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

関連項目