Overload List

  NameDescription
DrawRectangle(Int32, Int32, Int32, Int32)
Draws an unfilled rectangle with the default foreground color ForeColor on the Baltie's area.
DrawRectangle(Brush, Int32, Int32, Int32, Int32)
Fills a rectangle on the Baltie's area.
DrawRectangle(Color, Int32, Int32, Int32, Int32)
Draws an unfilled rectangle on the Baltie's area.
DrawRectangle(Pen, Int32, Int32, Int32, Int32)
Draws an unfilled rectangle on the Baltie's area.
DrawRectangle(Int32, Int32, Int32, Int32, Boolean)
Draws a rectangle with the default foreground color ForeColor on the Baltie's area.
DrawRectangle(Color, Color, Int32, Int32, Int32, Int32)
Draws a rectangle on the Baltie's area.
DrawRectangle(Color, Int32, Int32, Int32, Int32, Boolean)
Draws a rectangle on the Baltie's area.
DrawRectangle(Pen, Brush, Int32, Int32, Int32, Int32)
Draws a rectangle on the Baltie's area.

See Also