PathResourceConverter.ToGraphicsPath
PathResourceConverter.ToGraphicsPath method
Converts path resources to the GraphicsPath instance.
public static GraphicsPath ToGraphicsPath(PathResource[] pathResources, Size imageSize)
| Parameter | Type | Description |
|---|---|---|
| pathResources | PathResource[] | The path resources. |
| imageSize | Size | Size of the image. |
Return Value
The GraphicsPath instance.
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | pathResources is null. |
See Also
- class GraphicsPath
- class PathResource
- struct Size
- class PathResourceConverter
- namespace Aspose.Imaging.FileFormats.Tiff.PathResources
- assembly Aspose.Imaging