Overload List
Name | Description |
---|---|
RotateAndCrop(Double) | This function rotates the image by Angle (in degrees) and crops the borders of the original bitmap. It is useful to deskew an image knowing the rotation angle. |
RotateAndCrop(Double, Boolean, AntialiasMode) | This function rotates the image by Angle (in degrees) and crops the borders of the original bitmap. It is useful to deskew an image knowing the rotation angle. |
RotateAndCrop(Double, AntialiasMode, Double, CropAlgorithm) |
Rotates the image by the specified angle and crops the borders of the original bitmap. It is useful to deskew an image if you know the rotation angle.
|