Region.Intersect

Intersect(RectangleF)

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

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

関連項目


Intersect(Rectangle)

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

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

関連項目


Intersect(GraphicsPath)

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

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

関連項目


Intersect(Region)

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

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

関連項目