Search
Calendar.Invalidate Method (Rect)
See Also
 






Repaints the specified area of the control.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Invalidate (
    Rect rect
)

Visual Basic  Copy Code

Public Sub Invalidate( _
    rect As Rect _
)

 Parameters

rect

A rectangle specifying the area to repaint.

 See Also