Region.Xor

Xor(RectangleF)

これを更新しますRegion指定された との和集合からそれ自体の交点を差し引いたものRectangleF構造体.

public void Xor(RectangleF rect)
パラメータタイプ説明
rectRectangleFのRectangleFstructure からGraphicsPath)これとともにRegion.

関連項目


Xor(Rectangle)

これを更新しますRegion指定された the との和集合からそれ自体の交点を差し引いたものRectangle構造体.

public void Xor(Rectangle rect)
パラメータタイプ説明
rectRectangleのRectangleする構造Xorwith これRegion.

関連項目


Xor(GraphicsPath)

これを更新しますRegion指定された the との和集合からそれ自体の交点を差し引いたものGraphicsPath.

public void Xor(GraphicsPath path)
パラメータタイプ説明
pathGraphicsPathのGraphicsPathにXorwith これRegion.

関連項目


Xor(Region)

これを更新しますRegion指定された the との和集合からそれ自体の交点を差し引いたものRegion.

public void Xor(Region region)
パラメータタイプ説明
regionRegionのRegionにXorwith これRegion.

関連項目