Region.Intersect

Intersect(RectangleF)

これを更新しますRegion指定された との交点にRectangleF構造体.

public void Intersect(RectangleF rect)
パラメータタイプ説明
rectRectangleFのRectangleFこれと交差する構造Region.

関連項目


Intersect(Rectangle)

これを更新しますRegion指定されたRectangle構造体.

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

関連項目


Intersect(GraphicsPath)

これを更新しますRegion指定されたGraphicsPath.

public void Intersect(GraphicsPath path)
パラメータタイプ説明
pathGraphicsPathのGraphicsPathこれと交わるRegion.

関連項目


Intersect(Region)

これを更新しますRegion指定されたRegion.

public void Intersect(Region region)
パラメータタイプ説明
regionRegionのRegionこれと交わるRegion.

関連項目