 | PointMathRotatePoints Method (PointF, PointF, Double) |
Rotate an array of points by angle with different origin
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static void RotatePoints(
PointF[] pnts,
PointF origin,
double degreeAngle
)
Public Shared Sub RotatePoints (
pnts As PointF(),
origin As PointF,
degreeAngle As Double
)
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