PointExtensions Class

Summary: Contains extension methods for Point and PointF structures.

Module: aspose.psd.extensions

Full Name: aspose.psd.extensions.PointExtensions

Aspose.PSD Version: 24.4.0

Methods

NameDescription
to_gdi_point(point)Converts the PointF array to the aspose.pydrawing.PointF array.
to_gdi_points(points)Converts the PointF array to the aspose.pydrawing.PointF array.
to_points_array(points)Converts the Point array to the PointF array.

Method: to_gdi_point(point) [static]

 to_gdi_point(point) 

Converts the PointF array to the aspose.pydrawing.PointF array.

Parameters:

ParameterTypeDescription
pointPointF

Returns

TypeDescription
System.Drawing.PointFThe converted aspose.pydrawing.PointF array.

Method: to_gdi_points(points) [static]

 to_gdi_points(points) 

Converts the PointF array to the aspose.pydrawing.PointF array.

Parameters:

ParameterTypeDescription
pointsPointF[]The PointF array to convert.

Returns

TypeDescription
System.Drawing.PointFThe converted aspose.pydrawing.PointF array.

Method: to_points_array(points) [static]

 to_points_array(points) 

Converts the Point array to the PointF array.

Parameters:

ParameterTypeDescription
pointsPoint[]The Point array to convert.

Returns

TypeDescription
PointF[]The converted PointF array.