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
| Property | Type | Access | Description |
|---|---|---|---|
x | float | Read/Write | |
y | float | Read/Write | |
width | float | Read/Write | |
height | float | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getX() | float | Gets the x-coordinate of the upper-left corner. |
getY() | float | Gets the y-coordinate of the upper-left corner. |
getWidth() | float | Gets the width. |
getHeight() | float | Gets the height. |
equals(Object obj) | boolean | |
hashCode() | int | |
toString() | String |