ZoomRange
Represents zoom range.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[TypeConverter(typeof(ZoomRangeConverter))]
public struct ZoomRange
Constructors
Properties
Gets a value that represents an empty ZoomRange structure.
public static ZoomRange Empty { get; }
A ZoomRange structure with Min and Max values set to 0 is not empty. An empty ZoomRange structure has Min and Max values set to negative infinity. This is the only time a ZoomRange structure can have negative infinity values.
Gets a value that indicates whether this ZoomRange structure is empty.
public bool IsEmpty { get; }
A ZoomRange structure with Min and Max values set to 0 is not empty. An empty ZoomRange structure has Min and Max values set to negative infinity. This is the only time a ZoomRange structure can have negative infinity values.
Methods
Compares two ZoomRange structures for equality.
Gets a hash code for this ZoomRange structure.
public override int GetHashCode()
A hash code for this ZoomRange structure.
Overrides:
Creates a String representation of this ZoomRange object.
public override string ToString()
A String containing the Min and Max values of this ZoomRange object.
Overrides:
Creates a String representation of this ZoomRange object.
public string ToString(IFormatProvider provider)
The culture-specific formatting information.
Returns:A String containing the Min and Max values of this ZoomRange object.
Operators
Compares two ZoomRange structures for inequality.
Compares two ZoomRange structures for equality.