Shape

Overview

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

This class provides 4 methods for working with Shape objects in C++ programs. Available methods include: CheckBounds, GraphInfo, ~Shape. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
~Shape()Calls ~Shape on this Shape instance.
GraphInfo()Aspose::Pdf::GraphInfoCalls GraphInfo on this Shape instance.
GraphInfo(value: Aspose::Pdf::GraphInfo)Calls GraphInfo(value) on this Shape instance.
CheckBounds(containerWidth: double, containerHeight: double)boolCalls CheckBounds(containerWidth, containerHeight) on this Shape instance.

See Also