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.12.0
Methods
| Name | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| point | PointF |
Returns
| Type | Description |
|---|---|
| System.Drawing.PointF | The 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:
| Parameter | Type | Description |
|---|---|---|
| points | PointF[] | The PointF array to convert. |
Returns
| Type | Description |
|---|---|
| System.Drawing.PointF | The converted aspose.pydrawing.PointF array. |
Method: to_points_array(points) [static]
to_points_array(points)
Converts the Point array to the PointF array.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| points | Point[] | The Point array to convert. |
Returns
| Type | Description |
|---|---|
| PointF[] | The converted PointF array. |