Intersect

Region.Intersect method (1 of 4)

Updates this Region to the intersection of itself with the specified RectangleF structure.

public void Intersect(RectangleF rect)
ParameterTypeDescription
rectRectangleFThe RectangleF structure to intersect with this Region.

See Also


Region.Intersect method (2 of 4)

Updates this Region to the intersection of itself with the specified Rectangle structure.

public void Intersect(Rectangle rect)
ParameterTypeDescription
rectRectangleThe Rectangle structure to intersect with this Region.

See Also


Region.Intersect method (3 of 4)

Updates this Region to the intersection of itself with the specified GraphicsPath.

public void Intersect(GraphicsPath path)
ParameterTypeDescription
pathGraphicsPathThe GraphicsPath to intersect with this Region.

See Also


Region.Intersect method (4 of 4)

Updates this Region to the intersection of itself with the specified Region.

public void Intersect(Region region)
ParameterTypeDescription
regionRegionThe Region to intersect with this Region.

See Also