Search
RootControl.invalidate Method
See Also
 






Invalidates the specified region of a component.

Namespace: com.mindfusion.charting.components
File: com.mindfusion.charting.components

 Syntax

Java  Copy Code

void invalidate (
    Rectangle2D rect,
    Component panel
)

 Parameters

rect

The area to invalidate and redraw.

panel

The reference Component.

 See Also