RectangleF
Overview
RectangleF is a struct in Aspose.Slides FOSS for C++.
Represents a rectangle with float coordinates, equivalent to System.Drawing.RectangleF.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x | float | Read/Write | Represents the horizontal coordinate of the rectangle’s left edge |
y | float | Read/Write | Represents the vertical coordinate of the rectangle’s top edge |
width | float | Read/Write | Specifies the rectangle’s horizontal size |
height | float | Read/Write | Specifies the rectangle’s vertical size |