RectangleF

Overview

RectangleF is a struct in Aspose.Slides FOSS for C++.

Represents a rectangle with float coordinates, equivalent to System.Drawing.RectangleF.

This struct provides 2 methods for working with RectangleF objects in C++ programs. Available methods include: RectangleF. All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package. Properties: height, width, x, y.

Properties

NameTypeAccessDescription
xfloatRead/WriteGets or sets the x.
yfloatRead/WriteGets or sets the y.
widthfloatRead/WriteGets or sets the width.
heightfloatRead/WriteGets or sets the height.

Methods

SignatureDescription
RectangleF()
RectangleF(x: float, y: float, width: float, height: float)

See Also