Point Members

The Point type exposes the following members.

Constructors


  Name Description
Public method Point(Point)
Initializes a new instance of the [Point] struct.
Public method Point(Int32, Int32)
Initializes a new instance of the [Point] struct.

Methods


  Name Description
Public method Static member EaseTo
Eases to.
Public method Equals
Determines whether the specified [System.Object] is equal to this instance.
Public method GetHashCode
Returns a hash code for this instance.
Public method ToString
Returns a [System.String] that represents this instance.

Operators


  Name Description
Public operator Static member Addition
Implements the +.
Public operator Static member Division(Point, Int32)
Implements the /.
Public operator Static member Division(Point, Single)
Implements the /.
Public operator Static member Equality
Implements the ==.
Public operator Static member Inequality
Implements the !=.
Public operator Static member Multiply(Point, Int32)
Implements the *.
Public operator Static member Multiply(Point, Single)
Implements the *.
Public operator Static member Subtraction
Implements the -.

Fields


  Name Description
Public field Static member Zero

Properties


  Name Description
Public property IsEmpty
Gets a value indicating whether this instance is empty.
Public property x
Gets or sets the x.
Public property y
Gets or sets the y.