RectangleF Constructor (Rectangle) |
Initilizes a new instance of the RectangleF class with the specified rectangle.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public RectangleF(
Rectangle rectangle
)
Public Sub New (
rectangle As Rectangle
)
new :
rectangle : Rectangle -> RectangleF
Parameters
- rectangle
- Type: Eto.DrawingRectangle
See Also