WebPlanner Programmer's Guide

GraphicsEx.DrawRectangle Method (Pen, Rectangle)

See Also
 


Draws a rectangle specified by a .NET Rectangle structure.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Scheduling.Compact

 Syntax

C#  Copy Code

public void DrawRectangle (
    Pen pen,
    Rectangle rc
)

Visual Basic  Copy Code

Public Sub DrawRectangle ( _
    pen As Pen, _
    rc As Rectangle _
)

 Parameters

pen
A .NET System.Drawing.Pen object that determines the color of the rectangle.
rc
A .NET Rectangle structure that represents the rectangle to draw.

 See Also