Size
Overview
Size is a struct in Aspose.Slides FOSS for C++.
Represents a 2D size with integer dimensions, equivalent to System.Drawing.Size.
This struct provides 2 methods for working with Size objects in C++ programs.
Available methods include: Size.
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 | int | Read/Write | Gets or sets the width. |
height | int | Read/Write | Gets or sets the height. |
Methods
| Signature | Description |
|---|---|
Size() | |
Size(width: int, height: int) |