RectangleF
Overview
RectangleF is a struct in Aspose.Slides FOSS for C++.
Represents a rectangle with float coordinates, equivalent to System.Drawing.RectangleF.
This struct provides 2 methods for working with RectangleF objects in C++ programs.
Available methods include: RectangleF.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Properties: height, width, x, y.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x | float | Read/Write | Gets or sets the x. |
y | float | Read/Write | Gets or sets the y. |
width | float | Read/Write | Gets or sets the width. |
height | float | Read/Write | Gets or sets the height. |
Methods
| Signature | Description |
|---|---|
RectangleF() | |
RectangleF(x: float, y: float, width: float, height: float) |