Package | Description |
---|---|
com.aspose.pdf.boundscheckablelist | |
com.aspose.pdf.drawing |
The com.aspose.pdf.drawing package provides classes describing graphic primitives like
arc, line, circle etc.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundsCheckableList<T extends IBoundsCheckableItem>
Represents BoundsCheckableList - wrapper around System.Collections.Generic.List.
|
Modifier and Type | Method and Description |
---|---|
void |
BoundsCheckableList.copyToTArray(T[] array,
int arrayIndex)
Copies the entire System.Collections.Generic.List to a compatible one-dimensional array, starting at the specified index of the target array.
|
Modifier and Type | Class and Description |
---|---|
class |
Arc
Represents arc.
|
class |
Circle
Represents circle.
|
class |
Curve
Represents bezier curve.
|
class |
Ellipse
Represents ellipse.
|
class |
Line
Represents line.
|
class |
Path
Represents arc.
|
class |
Rectangle
Represents rectangle.
|
class |
Shape
Represents shape - the base graphics object.
|
Copyright © 2025 Aspose. All Rights Reserved.