Class LocationRect
Inheritance
Namespace: Telerik.Maui.Controls.ShapefileReader
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class LocationRect : ValueType
Constructors
LocationRect(Location, Location)
Initializes a new instance of the Location
Declaration
public LocationRect(Location northwest, Location southeast)
Parameters
Fields
Empty
Properties
East
Gets the east value of the rect.
Declaration
public double East { get; }
Property Value
System.
|
IsEmpty
Gets a value indicating whether the current rect is empty.
Declaration
public bool IsEmpty { get; }
Property Value
System.
|
North
Gets the north value of the rect.
Declaration
public double North { get; }
Property Value
System.
|
Northwest
Gets the northwest value of the rect.
Declaration
public Location Northwest { get; }
Property Value
South
Gets the south value of the rect.
Declaration
public double South { get; }
Property Value
System.
|
Southeast
Gets the southeast value of the rect.
Declaration
public Location Southeast { get; }
Property Value
West
Gets the west value of the rect.
Declaration
public double West { get; }
Property Value
System.
|
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
Equals(LocationRect, LocationRect)
Checks whether two Location
Declaration
public static bool Equals(LocationRect locationRect1, LocationRect locationRect2)
Parameters
Location
|
Location
|
Returns
System.
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Operators
Equality(LocationRect, LocationRect)
Checks whether two Location
Declaration
public static bool operator ==(LocationRect locationRect1, LocationRect locationRect2)
Parameters
Location
|
Location
|
Returns
System.
|
Inequality(LocationRect, LocationRect)
Checks whether two Location
Declaration
public static bool operator !=(LocationRect locationRect1, LocationRect locationRect2)
Parameters
Location
|
Location
|
Returns
System.
|