Rotate the points, the value of the input points will be changed.

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void RotatePoints(
	PointF[] points
)
Visual Basic (Declaration)
Public Sub RotatePoints ( _
	points As PointF() _
)
Visual C++
public:
void RotatePoints(
	array<PointF>^ points
)

Parameters

points
Type: array< System.Drawing..::.PointF >[]()[]
The points to be rotated, its value will be modified

See Also