WebPlanner Programmer's Guide

GraphicsEx.DrawRectangle Method

See Also
 


Draws a rectangle at the specified position with the specified size.

 Overload List

Name Description

GraphicsEx.DrawRectangle (Pen, Int32, Int32, Int32, Int32)

Draws a rectangle specified by a coordinate pair, a width, and a height.

GraphicsEx.DrawRectangle (Pen, Rectangle)

Draws a rectangle specified by a .NET Rectangle structure.

 See Also