Overview
SizeF is a struct in Aspose.Slides FOSS for C++.
Represents a 2D size with float dimensions, equivalent to System.Drawing.SizeF.
Properties
| Name | Type | Access | Description |
|---|
width | float | Read/Write | Represents the width component of the size as a floating‑point value |
height | float | Read/Write | |
See Also