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

NameTypeAccessDescription
widthfloatRead/WriteGets or sets the width.
heightfloatRead/WriteGets or sets the height.

Methods

SignatureDescription
SizeF()
SizeF(width: float, height: float)

See Also