Package | Description |
---|---|
com.aspose.psd |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
Modifier and Type | Method and Description |
---|---|
CustomLineCap |
Pen.getCustomEndCap()
Gets a custom cap to use at the end of lines drawn with this
Pen . |
CustomLineCap |
Pen.getCustomStartCap()
Gets a custom cap to use at the beginning of lines drawn with this
Pen . |
Modifier and Type | Method and Description |
---|---|
void |
Pen.setCustomEndCap(CustomLineCap value)
Sets a custom cap to use at the end of lines drawn with this
Pen . |
void |
Pen.setCustomStartCap(CustomLineCap value)
Sets a custom cap to use at the beginning of lines drawn with this
Pen . |