This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

ImageOrientation is used to indicate the orientation of an image. The enum describes a transformation containing a vertical flip (if the FlipVertical flag is active), and then a rotation (if one of the rotation flags is active). Note that the flip should be applied before the rotation.

Location

Namespace
Fuse.Resources.Exif
Package
Fuse.Elements 2.9.1

Possible Values

Identity

ImageOrientation is used to indicate the orientation of an image. The enum describes a transformation containing a vertical flip (if the FlipVertical flag is active), and then a rotation (if one of the rotation flags is active). Note that the flip should be applied before the rotation.

Rotate90

ImageOrientation is used to indicate the orientation of an image. The enum describes a transformation containing a vertical flip (if the FlipVertical flag is active), and then a rotation (if one of the rotation flags is active). Note that the flip should be applied before the rotation.

Rotate180

ImageOrientation is used to indicate the orientation of an image. The enum describes a transformation containing a vertical flip (if the FlipVertical flag is active), and then a rotation (if one of the rotation flags is active). Note that the flip should be applied before the rotation.

Rotate270

ImageOrientation is used to indicate the orientation of an image. The enum describes a transformation containing a vertical flip (if the FlipVertical flag is active), and then a rotation (if one of the rotation flags is active). Note that the flip should be applied before the rotation.

FlipVertical

ImageOrientation is used to indicate the orientation of an image. The enum describes a transformation containing a vertical flip (if the FlipVertical flag is active), and then a rotation (if one of the rotation flags is active). Note that the flip should be applied before the rotation.

Show Uno properties and methods

Interface of ImageOrientation

FlipVertical : ImageOrientation uno

ImageOrientation is used to indicate the orientation of an image. The enum describes a transformation containing a vertical flip (if the FlipVertical flag is active), and then a rotation (if one of the rotation flags is active). Note that the flip should be applied before the rotation.

Identity : ImageOrientation uno

ImageOrientation is used to indicate the orientation of an image. The enum describes a transformation containing a vertical flip (if the FlipVertical flag is active), and then a rotation (if one of the rotation flags is active). Note that the flip should be applied before the rotation.

Rotate180 : ImageOrientation uno

ImageOrientation is used to indicate the orientation of an image. The enum describes a transformation containing a vertical flip (if the FlipVertical flag is active), and then a rotation (if one of the rotation flags is active). Note that the flip should be applied before the rotation.

Rotate270 : ImageOrientation uno

ImageOrientation is used to indicate the orientation of an image. The enum describes a transformation containing a vertical flip (if the FlipVertical flag is active), and then a rotation (if one of the rotation flags is active). Note that the flip should be applied before the rotation.

Rotate90 : ImageOrientation uno

ImageOrientation is used to indicate the orientation of an image. The enum describes a transformation containing a vertical flip (if the FlipVertical flag is active), and then a rotation (if one of the rotation flags is active). Note that the flip should be applied before the rotation.

Inherited from object