Draws a rectangle specified by a coordinate pair, a width, and a height.
Namespace: MindFusion.DrawingAssembly: MindFusion.Common
void DrawRectangle ( Pen pen, int x, int y, int width, int height)
Sub DrawRectangle( _ pen As Pen, _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer _)
DrawRectangle Method Overload ListIGraphics MembersIGraphics InterfaceMindFusion.Drawing Namespace