Click or drag to resize
PointMathRotatePoint Method (PointF, Double)
Rotate a point by angle

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static PointF RotatePoint(
	PointF pnt,
	double degreeAngle
)

Parameters

pnt
Type: System.DrawingPointF
2D point to rotate
degreeAngle
Type: SystemDouble
Degree value

Return Value

Type: PointF
Rotated 2D point
See Also