Back to Devexpress

MapBounds Struct

corelibraries-devexpress-dot-map-0dd684f3.md

latest2.4 KB
Original Source

MapBounds Struct

Represents the map bounds.

Namespace : DevExpress.Map

Assembly : DevExpress.Map.v25.2.Core.dll

NuGet Package : DevExpress.Map.Core

Declaration

csharp
public struct MapBounds :
    IEquatable<MapBounds>
vb
Public Structure MapBounds
    Implements IEquatable(Of MapBounds)

The following members return MapBounds objects:

Show 14 links

LibraryRelated API Members
Cross-Platform Class LibraryMapBounds.Empty
MapBounds.Inflate(MapBounds, Double)
MapBounds.Intersect(MapBounds, MapBounds)
MapBounds.Union(MapBounds, Double, Double)
MapBounds.Union(MapBounds, MapBounds)
MapBounds.Zero
WinForms ControlsEtrs89LambertAzimuthalEqualAreaProjection.BoundingBox
LambertAzimuthalEqualAreaProjectionBase.BoundingBox
MapControl.ScrollArea
MapShape.GetBounds()
WPF ControlsEtrs89LambertAzimuthalEqualAreaProjection.BoundingBox
LambertAzimuthalEqualAreaProjectionBase.BoundingBox
MapControl.ScrollArea
MapShape.GetBounds()

See Also

MapBounds Members

DevExpress.Map Namespace