Click or drag to resize

RectangleIntersect Method (Rectangle)

Intersect the rectangle with the specified rectangle

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Intersect(
	Rectangle rectangle
)

Parameters

rectangle
Type: Eto.DrawingRectangle
Rectangle to intersect with
See Also