StructRectangleL
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
RectangleL(PointL, SizeL)
Initializes a new instance of the RectangleL struct.
RectangleL(long, long, long, long)
Initializes a new instance of the RectangleL struct.
Fields
Empty
Gets an empty RectangleL
Properties
Bottom
Gets the bottom coordinate.
Declaration
public long Bottom { get; }
Property Value
The bottom coordinate.
Height
Gets or sets the height.
Location
Gets or sets the location.
Declaration
public PointL Location { get; set; }
Property Value
The location.
Right
Gets the right coordinate.
Size
Gets or sets the size.
Width
Gets or sets the width.
X
Gets or sets the x coordinate.
Methods
Contains(PointL)
Determines whether this rectangle contains the specified point.
Contains(long, long)
Determines whether this rectangle contains the specified point.
Equals(RectangleL)
Declaration
public bool Equals(RectangleL other)
Parameters
other
Returns
Implements
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
IntersectsWith(RectangleL)
Gets a value indicating whether this rectangle intersects with the provided one.
Declaration
public bool IntersectsWith(RectangleL rect)
Parameters
rect
The rect.
Returns
true if XXXX, false otherwise.
Offset(SizeL)
Offsets this rectangle with the specified delta.
Offset(long, long)
Offsets this rectangle with the specified delta.
Operators
implicit operator RectangleF(RectangleL)
Declaration
public static implicit operator RectangleF(RectangleL rect)
Parameters
rect
Returns
implicit operator RectangleL(RectangleF)
Declaration
public static implicit operator RectangleL(RectangleF rect)
Parameters
rect
Returns