Skip to main content

MapBounds Struct

Represents the map bounds.

Namespace: DevExpress.Map

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

NuGet Package: DevExpress.Map.Core

Declaration

[TypeConverter(typeof(MapBoundsTypeConverter))]
public struct MapBounds :
    IEquatable<MapBounds>
See Also