Aspose::Pdf::Point class

Point class

Represent point with fractional coordinates.

class Point : public System::Object

Methods

MethodDescription
static Distance(System::SharedPtr<Point>, System::SharedPtr<Point>)Calculates distance between two points.
static get_Trivial()Gets point with zero coordinates.
get_X() constX coordinate value.
get_Y() constY coordinate value.
Point(double, double)Initializes new instance of the Point.
set_X(double)X coordinate value.
set_Y(double)Y coordinate value.
ToPoint()Converts point into System.Drawing.PointF object.
ToString() const overrideReturn string represention current point.

See Also