ImageSource.Orientation Property
Location
- Namespace
- Fuse.Resources
- Package
- Fuse.Elements 2.9.1
Returns
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.