Rectangle

Overview

Rectangle is a class in Aspose.PDF FOSS for C++.

This class provides 11 methods for working with Rectangle objects in C++ programs. Available methods include: Bottom, CheckBounds, Height, Left, RoundedCornerRadius, Width. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
RoundedCornerRadius()doubleCalls RoundedCornerRadius on this Rectangle instance.
RoundedCornerRadius(value: double)Calls RoundedCornerRadius(value) on this Rectangle instance.
Left()doubleCalls Left on this Rectangle instance.
Left(value: double)Calls Left(value) on this Rectangle instance.
Bottom()doubleCalls Bottom on this Rectangle instance.
Bottom(value: double)Calls Bottom(value) on this Rectangle instance.
Width()doubleCalls Width on this Rectangle instance.
Width(value: double)Calls Width(value) on this Rectangle instance.
Height()doubleCalls Height on this Rectangle instance.
Height(value: double)Calls Height(value) on this Rectangle instance.
CheckBounds(containerWidth: double, containerHeight: double)boolCalls CheckBounds(containerWidth, containerHeight) on this Rectangle instance.

See Also