PointF — Aspose.Slides FOSS Java API Reference

PointF — Represents a 2D point with float coordinates.

Package: org.aspose.slides.foss.drawing


Properties

PropertyTypeAccessDescription
xfloatRead/Write
yfloatRead/Write
emptybooleanRead/Write

Methods

MethodReturnsDescription
getX()floatGets the X coordinate.
setX(float x)voidSets the X coordinate.
getY()floatGets the Y coordinate.
setY(float y)voidSets the Y coordinate.
isEmpty()booleanReturns true if both coordinates are zero.
equals(Object obj)boolean
hashCode()int
toString()String

See Also