 | PointMathRotatePoint Method (PointF, Double) |
Rotate a point by angle
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static PointF RotatePoint(
PointF pnt,
double degreeAngle
)
Public Shared Function RotatePoint (
pnt As PointF,
degreeAngle As Double
) As PointF
Parameters
- pnt
- Type: System.DrawingPointF
2D point to rotate - degreeAngle
- Type: SystemDouble
Degree value
Return Value
Type:
PointFRotated 2D point
See Also