No details are provided for this entry.
Declaration Syntax
public class Point : IEquatable<Point>
Table 55: Members
| 
                 Constructor  | Point(IList<object>, string) | 
                 Creates a new Point.  | 
| 
                 Property  | Location | 
                 The location of the Point.  | 
| 
                 Property  | Unit | 
                 The length unit of the Point.  | 
| 
                 Method  | ConvertUnit(Point, string) | 
                 Returns a new Point given new unit.  | 
| 
                 Method  | Equals(object) | 
                 Object.Equals(object o) override  | 
| 
                 Method  | GetHashCode() | 
                 Object.GetHashCode() override  | 
| 
                 operator  | op_Equality(Point, Point) | 
                 Equal operator  | 
| 
                 operator  | op_Inequality(Point, Point) | 
                 Not-Equal operator  |