Click or drag to resize

RectangleUnion Method (Rectangle)

Union the rectangle into this instance to encompass both rectangles

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

Parameters

rectangle
Type: Eto.DrawingRectangle
Rectangle to union with this instance
See Also