MultiScaleTileSource.Dispose() Method
Disposes the MultiScaleTileSource object.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Remarks
Call the Dispose method when you have finished working with a manually created MultiScaleTileSource object. This releases all the resources allocated to the object and speeds up system performance.
See Also