Click or drag to resize
PointMathRotatePoints Method (PointF, Double)
Rotate an array of points by angle

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static void RotatePoints(
	PointF[] pnts,
	double degreeAngle
)

Parameters

pnts
Type: System.DrawingPointF

[Missing <param name="pnts"/> documentation for "M:ToolBoox.PointMath.RotatePoints(System.Drawing.PointF[],System.Double)"]

degreeAngle
Type: SystemDouble
Degree value
See Also