PointF class
Contents
[
Hide
]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
Name | Description |
---|---|
PointF(x, y) | Initializes a new instance of the PointF class |
PointF() | Initializes a new instance of the PointF class |
Properties
Name | Description |
---|---|
is_empty | Gets a value indicating whether this PointF is empty. |
x | Gets or sets the x-coordinate of this PointF. |
y | Gets or sets the y-coordinate of this PointF. |
EMPTY | Represents a new instance of the aspose.pydrawing.PointF class with member data left uninitialized. |
Methods
Name | Description |
---|---|
clone() | Clones this Aspose.Page.Drawing.PointF. |
See Also
- module
aspose.page.drawing
- package
aspose.page