Table of Contents

Enum ImageResizeModeType

Namespace
AbanoubNassem.Trinity.Fields
Assembly
AbanoubNassem.Trinity.dll

Enumeration representing the different image resize modes.

public enum ImageResizeModeType : byte

Fields

Contain = 2

Resize the image to fit completely inside the target dimensions, with no cropping.

Cover = 1

Resize the image to completely cover the target dimensions, cropping the image if necessary.

Force = 0

Force the image to the specified dimensions, possibly distorting the image.