StructPoint
2D coordinate with double-precision X and Y used in geometry and layout.
Definition
Namespace:Telerik.Documents.Primitives
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
public struct Point
Inherited Members
Constructors
Point(double, double)
Initialize a new Point with X and Y coordinates.
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
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(double, double)
Offset the location by adding offsetX to X and offsetY to Y.
Subtract(Point, Point)
Subtract one point from another and return the displacement vector.
Operators
operator !=(Point, Point)
Compare two Point instances for exact inequality.
operator +(Point, Vector)
Add a vector to a point to produce a translated point.
operator ==(Point, Point)
Compare two Point instances for exact equality.