Rectangle Constructor (RectangleF) |
Initializes a new instance of a Rectangle class with truncated values of the specified floating-point rectangle
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Rectangle(
RectangleF rectangle
)
Public Sub New (
rectangle As RectangleF
)
new :
rectangle : RectangleF -> Rectangle
Parameters
- rectangle
- Type: Eto.DrawingRectangleF
RectangleF to initialize the X and Y values of the new instance with
See Also