VectSharp 2.5.0
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.Point Member List

This is the complete list of members for VectSharp.Point, including all inherited members.

Bounds(IEnumerable< Point > points)VectSharp.Pointstatic
Bounds(params Point[] points)VectSharp.Pointstatic
CountVectSharp.Point
GetEnumerator()VectSharp.Point
GetEnumerator()VectSharp.Point
IsEqual(Point p2, double tolerance)VectSharp.Point
Max(Point p1, Point p2)VectSharp.Pointstatic
Min(Point p1, Point p2)VectSharp.Pointstatic
Modulus()VectSharp.Point
Normalize()VectSharp.Point
operator(double X, double Y)(Point point)VectSharp.Pointstatic
operator double[](Point point)VectSharp.Pointstatic
operator Point((double X, double Y) tuple)VectSharp.Pointstatic
operator Point(double[] array)VectSharp.Pointexplicitstatic
operator*(double t, Point p)VectSharp.Pointstatic
operator*(Point p, double t)VectSharp.Pointstatic
operator+(Point p1, Point p2)VectSharp.Pointstatic
operator-(Point p1, Point p2)VectSharp.Pointstatic
Point(double x, double y)VectSharp.Point
this[int index]VectSharp.Point
XVectSharp.Point
YVectSharp.Point