Table of Contents

Enum ImageOrientation

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Defines the possible rotations to apply on image regions.

public enum ImageOrientation

Fields

AsIs = 0

The image region is taken as is.

Rotated90 = 1

The image is rotated of the 90 degrees (clockwise) in the source texture.