GraphicsDrawRectangle Method (Color, RectangleF) |
Draws a 1 pixel wide outline of a rectangle with the specified color
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void DrawRectangle(
Color color,
RectangleF rectangle
)
Public Sub DrawRectangle (
color As Color,
rectangle As RectangleF
)
member DrawRectangle :
color : Color *
rectangle : RectangleF -> unit
Parameters
- color
- Type: Eto.DrawingColor
Color for the outline - rectangle
- Type: Eto.DrawingRectangleF
Where to draw the rectangle
See Also