PointExtensionsToGdiPoints Method
Converts the PointF array to the PointF array.

Namespace: Aspose.PSD.Extensions
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public static PointF[] ToGdiPoints(
	PointF[] points
)

Parameters

points
Type: Aspose.PSDPointF
The PointF array to convert.

Return Value

Type: PointF
The converted PointF array.
See Also