Tesla Graphics Engine Documentation (January 2012)
Point Structure
TeslaTesla.MathPoint
Defines a 2D point.
Declaration Syntax
C#
[SerializableAttribute]
public struct Point : IEquatable<Point>
Members
All Members Constructors Methods Properties Fields



Icon Member Description
Point(Int32, Int32)
Creates a new Point

Equality(Point, Point)
Tests equality between two points.

Equals(Point)
Tests equality between this point and another.

Equals(Object)
Tests equality between this point and the supplied object.
(Overrides ValueType.Equals(Object).)
GetHashCode()()()()
Get the hashcode of this point.
(Overrides ValueType.GetHashCode()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Inequality(Point, Point)
Tests inequality between two points.

ToString()()()()
Get the string representation of this point.
(Overrides ValueType.ToString()()()().)
X
X coordinate

Y
Y coordinate

Zero
Gets the point at the origin.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)