Package | Description |
---|---|
com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
Modifier and Type | Method and Description |
---|---|
Figure[] |
GraphicsPath.getFigures()
Gets the path figures.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsPath.addFigure(Figure figure)
Adds a new figure.
|
void |
GraphicsPath.addFigures(Figure[] figures)
Adds new figures.
|
void |
GraphicsPath.removeFigure(Figure figure)
Removes a figure.
|
void |
GraphicsPath.removeFigures(Figure[] figures)
Removes figures.
|
Constructor and Description |
---|
GraphicsPath(Figure[] figures)
Initializes a new instance of the
GraphicsPath class. |
GraphicsPath(Figure[] figures,
int fillMode)
Initializes a new instance of the
GraphicsPath class. |