Draws a rectangle specified by a coordinate pair, a width, and a height.
Namespace: MindFusion.DrawingAssembly: MindFusion.Scheduling.Compact
public void DrawRectangle ( Pen pen, int x, int y, int width, int height)
Public Sub DrawRectangle ( _ pen As Pen, _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer _)
DrawRectangle Method Overload ListGraphicsEx MembersGraphicsEx ClassMindFusion.Drawing Namespace