Package | Description |
---|---|
com.aspose.imaging.fileformats.tiff |
The package handles Tiff file format processing.
|
com.aspose.imaging.fileformats.tiff.pathresources |
The namespace handles Tiff file format processing.
|
Modifier and Type | Method and Description |
---|---|
List<PathResource> |
TiffFrame.getPathResources()
Gets the path resources.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffFrame.setPathResources(List<PathResource> value)
Sets the path resources.
|
Modifier and Type | Method and Description |
---|---|
static PathResource[] |
PathResourceConverter.fromGraphicsPath(GraphicsPath graphicsPath,
Size imageSize)
Converts the
GraphicsPath instance to path resources. |
Modifier and Type | Method and Description |
---|---|
static GraphicsPath |
PathResourceConverter.toGraphicsPath(PathResource[] pathResources,
Size imageSize)
Converts path resources to the
GraphicsPath instance. |