RectangleF — Aspose.Slides FOSS Java API Reference

RectangleF — Represents a rectangle defined by position and size using floating-point coordinates.

Package: org.aspose.slides.foss.drawing


Properties

PropertyTypeAccessDescription
xfloatRead/Write
yfloatRead/Write
widthfloatRead/Write
heightfloatRead/Write

Methods

MethodReturnsDescription
getX()floatGets the x-coordinate of the upper-left corner.
getY()floatGets the y-coordinate of the upper-left corner.
getWidth()floatGets the width.
getHeight()floatGets the height.
equals(Object obj)boolean
hashCode()int
toString()String

See Also