Checks whether the image will be trimmed during the rotation or flipping.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public bool IsTrimmingRequired( RotateFlipType rotateFlipType )
Type: System.Drawing.RotateFlipType
A RotateFlipType to test.true
if the image will be trimmed; otherwise, false
.This method determined whether the image dimensions will be changed taking into account the original dimensions and the desired type of transformation.