Size
Overview
Size is a struct in Aspose.Slides FOSS for C++.
Represents a 2D size with integer dimensions, equivalent to System.Drawing.Size.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | int | Read/Write | Represents the horizontal dimension of the size in integer units |
height | int | Read/Write | Represents the vertical dimension of the size in integer units |