LosslessJpeg.IsTrimmingRequired Method

Checks whether the image will be trimmed during the rotation or flipping.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public bool IsTrimmingRequired(
	RotateFlipType rotateFlipType
)

Parameters

rotateFlipType

Type: System.Drawing.RotateFlipType

A RotateFlipType to test.

Return Value

true if the image will be trimmed; otherwise, false.

Remarks

This method determined whether the image dimensions will be changed taking into account the original dimensions and the desired type of transformation.

See Also

Reference