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

NameTypeAccessDescription
widthintRead/WriteGets or sets the width.
heightintRead/WriteGets or sets the height.

Methods

SignatureDescription
Size()
Size(width: int, height: int)

See Also