Click or drag to resize

RectangleFIntersect Method (RectangleF)

Intersect the rectangle with the specified rectangle

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

Parameters

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