PathResourceConverter Class

Summary: Converts PathResource to GraphicsPath and vice versa.

Module: aspose.imaging.fileformats.tiff.pathresources

Full Name: aspose.imaging.fileformats.tiff.pathresources.PathResourceConverter

Aspose.Imaging Version: 24.7.0

Methods

NameDescription
from_graphics_path(graphics_path, image_size)Converts the GraphicsPath instance to path resources.
to_graphics_path(path_resources, image_size)Converts path resources to the GraphicsPath instance.

Method: from_graphics_path(graphics_path, image_size) [static]

 from_graphics_path(graphics_path, image_size) 

Converts the GraphicsPath instance to path resources.

Parameters:

ParameterTypeDescription
graphics_pathGraphicsPathThe graphics path.
image_sizeSizeSize of the image.

Returns

TypeDescription
PathResource[]The path resources.

Method: to_graphics_path(path_resources, image_size) [static]

 to_graphics_path(path_resources, image_size) 

Converts path resources to the GraphicsPath instance.

Parameters:

ParameterTypeDescription
path_resourcesPathResource[]The path resources.
image_sizeSizeSize of the image.

Returns

TypeDescription
GraphicsPathThe GraphicsPath instance.