PointF — Aspose.Slides FOSS Java API Reference
PointF — Represents a 2D point with float coordinates.
Package: org.aspose.slides.foss.drawing
Properties
| Property | Type | Access | Description |
|---|---|---|---|
x | float | Read/Write | |
y | float | Read/Write | |
empty | boolean | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getX() | float | Gets the X coordinate. |
setX(float x) | void | Sets the X coordinate. |
getY() | float | Gets the Y coordinate. |
setY(float y) | void | Sets the Y coordinate. |
isEmpty() | boolean | Returns true if both coordinates are zero. |
equals(Object obj) | boolean | |
hashCode() | int | |
toString() | String |