WebPlanner Programmer's Guide

GraphicsEx.FillRectangle Method

See Also
 


Fills the interior of a rectangle specified by a .NET Rectangle structure.

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

 Syntax

C#  Copy Code

public void FillRectangle (
    Brush brush,
    Rectangle rc
)

Visual Basic  Copy Code

Public Sub FillRectangle ( _
    brush As Brush, _
    rc As Rectangle _
)

 Parameters

brush
A .NET System.Drawing.Brush object that determines the characteristics of the fill.
rc
A .NET Rectangle structure that represents the rectangle to fill.

 See Also