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

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

Parameters

pnts
Type: System.DrawingPointF

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

origin
Type: System.DrawingPointF
2D point origin of rotation
degreeAngle
Type: SystemDouble
Degree value
See Also