Click or drag to resize

PdfMatrix TransformPoints Method

Applies the geometric transform to a specified array of points.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PointF[] TransformPoints(
	PointF[] pts
)

Parameters

pts
Type: System.Drawing PointF

Return Value

Type: PointF
The transformed points.
See Also