GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / InvalidateViews Method
In This Topic
    InvalidateViews Method (GoObject)
    In This Topic
    Cause all views to repaint this object when they get a chance.
    Syntax
    public void InvalidateViews()
    Remarks
    This calls Changed with a RepaintAll subhint. You will only need to call this if you have overridden Paint and the area that you paint extends beyond the regular Bounds. The primary usage is before making any change that affects only the paint bounds, as determined by ExpandPaintBounds.
    See Also