SubPathGroup

Inheritance: java.lang.Object, com.aspose.pdf.vector.extraction.SubPathGroup

public class SubPathGroup extends Object

Represents a class for a group of graphic element containers. Class objects have a bounding box to account for group size.

Methods

MethodDescription
getElementsGets the list of graphic element containers.
getGroupRectangleGets the bounding rectangle of group.

getElements

public final com.aspose.ms.System.Collections.Generic.List< SubPathContainer > getElements()

Gets the list of graphic element containers.

Returns: List of SubPathContainer instances

getGroupRectangle

public final Rectangle getGroupRectangle()

Gets the bounding rectangle of group.

Returns: Rectangle instance