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
)
Public Sub Union (
rectangle As Rectangle
)
member Union :
rectangle : Rectangle -> unit
Parameters
- rectangle
- Type: Eto.DrawingRectangle
Rectangle to union with this instance
See Also