StructPointL
Struct
Represents a point in cartesian coordinates represented with Int64 values.
Definition
Namespace:Telerik.WinControls.UI.Map
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public struct PointL : IEquatable<PointL>
Implements:
Inherited Members
Constructors
PointL(long, long)
Initializes a new instance of the PointL struct.
Fields
Properties
X
Gets or sets the x coordinate.
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
cs-api-definition
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
Offset(long, long)
Offsets this point with the specified delta.