Click or drag to resize
Accord.NET (logo)

RotateBicubic Constructor (Double)

Initializes a new instance of the RotateBicubic class.

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

Parameters

angle
Type: SystemDouble
Rotation angle.
Remarks

This constructor sets KeepSize property to .

See Also