Class: Point

Constructors

Name Description
Point(IList<Object>, String) Creates a new Point.

Methods

Name Description
ConvertUnit(Point, String) Returns a new Point given new unit.
Equals(Object) Object.Equals(object o) override
GetHashCode() Object.GetHashCode() override

Properties

Name Description
Location The location of the Point.
Unit The length unit of the Point.