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