Skip to main content
A newer version of this page is available. .

MapBounds Struct

Represents the map bounds.

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v19.1.Core.dll

Declaration

public struct MapBounds

The following members return MapBounds objects:

Library Related API Members
Cross-Platform Class Library MapBounds.Empty
MapBounds.Inflate(MapBounds, Double)
MapBounds.Intersect(MapBounds, MapBounds)
MapBounds.Union(MapBounds, Double, Double)
MapBounds.Union(MapBounds, MapBounds)
MapBounds.Zero
WinForms Controls MapShape.GetBounds()
WPF Controls MapShape.GetBounds()
See Also