Xamarin Pack Programmer's Guide
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,
    Rectangle rect
)

Visual Basic  Copy Code

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

 Parameters

graphics

An IGraphics instance representing the drawing target.

rect

The bounding rectangle of the drawing area.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace