Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadCameraShape Class / Dispose Method / Dispose(Boolean) Method
true if managed resources should be disposed; otherwise, false.


In This Topic
    Dispose(Boolean) Method
    In This Topic
    Release object memory.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Dispose( _
       ByVal disposing As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SpreadCameraShape
    Dim disposing As Boolean
     
    instance.Dispose(disposing)
    public virtual void Dispose( 
       bool disposing
    )

    Parameters

    disposing
    true if managed resources should be disposed; otherwise, false.
    See Also