VectSharp 2.6.1
A light library for C# vector graphics
|
This is the complete list of members for VectSharp.Point, including all inherited members.
Bounds(IEnumerable< Point > points) | VectSharp.Point | static |
Bounds(params Point[] points) | VectSharp.Point | static |
Count | VectSharp.Point | |
GetEnumerator() | VectSharp.Point | |
GetEnumerator() | VectSharp.Point | |
IsEqual(Point p2, double tolerance) | VectSharp.Point | |
Max(Point p1, Point p2) | VectSharp.Point | static |
Min(Point p1, Point p2) | VectSharp.Point | static |
Modulus() | VectSharp.Point | |
Normalize() | VectSharp.Point | |
operator(double X, double Y)(Point point) | VectSharp.Point | static |
operator double[](Point point) | VectSharp.Point | static |
operator Point((double X, double Y) tuple) | VectSharp.Point | static |
operator Point(double[] array) | VectSharp.Point | explicitstatic |
operator*(double t, Point p) | VectSharp.Point | static |
operator*(Point p, double t) | VectSharp.Point | static |
operator+(Point p1, Point p2) | VectSharp.Point | static |
operator-(Point p1, Point p2) | VectSharp.Point | static |
Point(double x, double y) | VectSharp.Point | |
this[int index] | VectSharp.Point | |
X | VectSharp.Point | |
Y | VectSharp.Point |