Represents a range of zoom levels.
Inheritance Hierarchy
Spotfire.Dxp.Application.Visuals.MapsZoomLevelRange
Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [ImmutableAttribute] [PersistenceVersionAttribute(14, 0)] public sealed class ZoomLevelRange : ISerializable, IEquatable<ZoomLevelRange>
The ZoomLevelRange type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ZoomLevelRange | Initializes a new instance of the ZoomLevelRange class.
|
Properties
| Name | Description | |
|---|---|---|
| End | Gets the ending (nearest) zoom level, or null if not limited to an ending zoom level. | |
| Start | Gets the starting (farthest) zoom level, or null if not limited to a starting zoom level. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| Equals(ZoomLevelRange) | Indicates whether the current object is equal to another object of the same type.
| |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Equality | Equality operator.
| |
| Inequality | Inequality operator.
|
Fields
| Name | Description | |
|---|---|---|
| Unlimited | The unlimited zoom level range. |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData | Implements ISerializable. |
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also