RectangleL
Represents a rectangle in cartesian coordinate system represented with Int64 values.
Definition
Namespace:Telerik.WinControls.UI.Map
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
public struct RectangleL : IEquatable<RectangleL>
Implements:
Inherited Members
Constructors
Initializes a new instance of the RectangleL struct.
Initializes a new instance of the RectangleL struct.
Fields
Gets an empty RectangleL
public static readonly RectangleL Empty
Properties
Gets the bottom coordinate.
public long Bottom { get; }
The bottom coordinate.
Gets or sets the location.
public PointL Location { get; set; }
The location.
Gets the right coordinate.
public long Right { get; }
The right coordinate.
Methods
Returns a hash code for this instance.
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides:
Gets a value indicating whether this rectangle intersects with the provided one.
public bool IntersectsWith(RectangleL rect)
The rect.
Returns:true if XXXX, false otherwise.
Offsets this rectangle with the specified delta.