Click or drag to resize
Accord.NET (logo)

BaseRotateFilterKeepSize Property

Keep image size or not.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public bool KeepSize { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks

The property determines if source image's size will be kept as it is or not. If the value is set to false, then the new image will have new dimension according to rotation angle. If the valus is set to true, then the new image will have the same size, which means that some parts of the image may be clipped because of rotation.

See Also