Search
Calendar.Paint Method
See Also
 






Draws the calendar to the specified graphics.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Paint (
    IGraphics graphics,
    Rect rect
)

Visual Basic  Copy Code

Public Sub Paint( _
    graphics As IGraphics, _
    rect As Rect _
)

 Parameters

graphics

An IGraphics instance representing the drawing target.

rect

The bounding rectangle of the drawing area.

 See Also