Emgu CV Library Documentation
RotationMatrix2D<(Of <(T>)>) Constructor (center, angle, scale)
NamespacesEmgu.CVRotationMatrix2D<(Of <(T>)>)RotationMatrix2D<(Of <(T>)>)(PointF, Double, Double)

www.emgu.com/wiki
Create a 2D rotation matrix
Declaration Syntax
C#Visual BasicVisual C++
public RotationMatrix2D(
	PointF center,
	double angle,
	double scale
)
Public Sub New ( _
	center As PointF, _
	angle As Double, _
	scale As Double _
)
public:
RotationMatrix2D(
	PointF center, 
	double angle, 
	double scale
)
Parameters
center (PointF)
Center of the rotation in the source image
angle (Double)
The rotation angle in degrees. Positive values mean couter-clockwise rotation (the coordiate origin is assumed at top-left corner).
scale (Double)
Isotropic scale factor.

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)