Skip to main content

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

public void Dispose()

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