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