Skip to main content
All docs
V23.2

Etrs89LambertAzimuthalEqualAreaProjection.BoundingBox Property

Gets projection bounds.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public MapBounds BoundingBox { get; }

Property Value

Type Description
MapBounds

An object that contains information about projection bounds.

See Also