Search
Calendar.invalidate Method (Int32, Int32, Int32, Int32)
See Also
 






An auxiliary method that requests a portion of the component to be repainted.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void invalidate (
    int x,
    int y,
    int width,
    int height
)

 Parameters

x

y

width

height

 See Also