Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1Gauge Class / Invalidate Method / Invalidate(Region,Boolean) Method

In This Topic
    Invalidate(Region,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Invalidate( _
       ByVal region As System.Drawing.Region, _
       ByVal invalidateChildren As System.Boolean _
    ) 
    public void Invalidate( 
       System.Drawing.Region region,
       System.bool invalidateChildren
    )

    Parameters

    region
    invalidateChildren
    See Also