Click or drag to resize

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
)

Parameters

color
Type: Eto.DrawingColor
Color for the outline
rectangle
Type: Eto.DrawingRectangleF
Where to draw the rectangle
See Also