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