Click or drag to resize

RectangleFUnion Method (RectangleF)

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(
	RectangleF rectangle
)

Parameters

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