PointF class

PointF class

Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.

The PointF type exposes the following members:

Constructors

NameDescription
PointF(x, y)Initializes a new instance of the PointF class
PointF()Initializes a new instance of the PointF class

Properties

NameDescription
is_emptyGets a value indicating whether this PointF is empty.
xGets or sets the x-coordinate of this PointF.
yGets or sets the y-coordinate of this PointF.
EMPTYRepresents a new instance of the aspose.pydrawing.PointF class with member data left uninitialized.

Methods

NameDescription
clone()Clones this Aspose.Page.Drawing.PointF.

See Also