In This Topic
Internal use only. Releases any resources being used.
Syntax
'Declaration
Protected Overloads Overridable Sub Dispose( _
ByVal As Boolean _
)
'Usage
Dim instance As Picture
Dim disposing As Boolean
instance.Dispose(disposing)
protected virtual void Dispose(
bool
)
Parameters
- disposing
- Whether disposing
See Also