ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / HollowBrush Class / Dispose Method / Dispose(Boolean) Method
true to release both managed and unmanaged resources; false to release only unmanaged resources.

In This Topic
    Dispose(Boolean) Method
    In This Topic
    Releases the unmanaged resources used by the GdiObject and optionally releases the managed resources.
    Syntax
    'Declaration
     
    
    Protected Overloads Sub Dispose( _
       ByVal disposing As Boolean _
    ) 
    protected void Dispose( 
       bool disposing
    )

    Parameters

    disposing
    true to release both managed and unmanaged resources; false to release only unmanaged resources.
    See Also