Click or drag to resize
Accord.NET (logo)

RotateBilinear Constructor (Double)

Initializes a new instance of the RotateBilinear class.

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

Parameters

angle
Type: SystemDouble
Rotation angle.
Remarks

This constructor sets KeepSize property to .

See Also