ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / Dispose Method / Dispose(Boolean) Method

In This Topic
    Dispose(Boolean) Method
    In This Topic
    Performs cleanup operations on managed and unmanaged resources.
    Syntax
    'Declaration
     
    Protected Overloads Overridable Sub Dispose( _
       ByVal disposing As System.Boolean _
    ) 
    protected virtual void Dispose( 
       System.bool disposing
    )

    Parameters

    disposing
    See Also