StructLocationRect
Represents a rectangular area defined by northwest and southeast locations.
Definition
Namespace:Telerik.Maui.Controls.ShapefileReader
Assembly:Telerik.Maui.Controls.dll
Syntax:
public struct LocationRect
Inherited Members
Constructors
LocationRect(Location, Location)
Initializes a new instance of the LocationRect struct.
Fields
Empty
An empty rect.
Properties
East
Gets the east value of the rect.
IsEmpty
Gets a value indicating whether the current rect is empty.
North
Gets the north value of the rect.
Northwest
Gets the northwest value of the rect.
South
Gets the south value of the rect.
Southeast
Gets the southeast value of the rect.
Methods
Equals(LocationRect, LocationRect)
Checks whether two LocationRect values are equal.
Declaration
public static bool Equals(LocationRect locationRect1, LocationRect locationRect2)
Parameters
locationRect1
locationRect2
Returns
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides
Operators
operator !=(LocationRect, LocationRect)
Checks whether two LocationRect values are not equal.
Declaration
public static bool operator !=(LocationRect locationRect1, LocationRect locationRect2)
Parameters
locationRect1
locationRect2
Returns
operator ==(LocationRect, LocationRect)
Checks whether two LocationRect values are equal.
Declaration
public static bool operator ==(LocationRect locationRect1, LocationRect locationRect2)
Parameters
locationRect1
locationRect2
Returns