This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics.DrawRectangle Method

Draws a rectangle.

Overload List

Name Description
Public method DrawRectangle(Pen, Rectangle)

Draws a rectangle.

Public method DrawRectangle(Pen, RectangleF)

Draws a rectangle.

Public method DrawRectangle(Pen, Int32, Int32, Int32, Int32)

Draws a rectangle.

Public method DrawRectangle(Pen, Single, Single, Single, Single)

Draws a rectangle.

Remarks

All the coordinates are measured in units specified with Unit property.

See Also

Reference