Click or drag to resize
Accord.NET (logo)

BaseRotateFilter Constructor (Double)

Initializes a new instance of the BaseRotateFilter class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
protected BaseRotateFilter(
	double angle
)
Request Example View Source

Parameters

angle
Type: SystemDouble
Rotation angle.
Remarks

This constructor sets KeepSize property to false.

See Also