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
)
Public Function TransformPoints (
pts As PointF()
) As PointF()
public:
array<PointF>^ TransformPoints(
array<PointF>^ pts
)
member TransformPoints :
pts : PointF[] -> PointF[]
Parameters
-
pts
-
Type:
System.Drawing
PointF
Return Value
Type:
PointF
The transformed points.
See Also