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