PointD Methods

Methods

ConvertToMils Convert current point to new point with values in mil.
ConvertToMM Convert current point to new point with values in mm.
FromPoint New instance of double point form int point.
FromPointF Create a new point with double values form a point with float values.
IsInfPoint Both values are positive infinity.
IsPointEmpty Both values are 0? Can calculated with tolerance to ignore nearly 0 values.
SetFromPointF Sets point with double values form a point with float values.
ToPoint Change from double to int values.
ToPointF To get the values as floats.
ToPointF(Single) Change the value and multiply them with factor.
ToShortString(Int32) Create a short string with fix digit count e.g. digits = 3 returns {X=x.xxx, Y=y.yyy}.
ToShortString(Int32, Double) Create a short string with fix digit count e.g. digits = 3 returns {X=x.xxx, Y=y.yyy}.
ToString Override the ToString() method with values of this point with full double values.
(Overrides ValueTypeToString)

Extension Methods

See Also