ExifOrientation

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ExifOrientation extends System.Enum

Exif görüntü yönelimi.

Alanlar

AlanAçıklama
TopLeftSol üst.
TopRightSağ üst.
BottomRightSağ alt.
BottomLeftSol alt.
LeftTopSol üst.
RightTopSağ üst.
RightBottomSağ alt.
LeftBottomSol alt.

TopLeft

public static final int TopLeft

Sol üst. Varsayılan yön.

TopRight

public static final int TopRight

Sağ üst. Yatay olarak ters çevrilmiş.

BottomRight

public static final int BottomRight

Sağ alt. 180 derece döndürülmüş.

BottomLeft

public static final int BottomLeft

Sol alt. 180 derece döndürülmüş ve ardından yatay olarak ters çevrilmiş.

LeftTop

public static final int LeftTop

Sol üst. 90 derece saat yönünün tersine döndürülmüş ve ardından yatay olarak ters çevrilmiş.

RightTop

public static final int RightTop

Sağ üst. 90 derece saat yönünde döndürülmüş.

RightBottom

public static final int RightBottom

Sağ alt. 90 derece saat yönünde döndürülmüş ve ardından yatay olarak ters çevrilmiş.

LeftBottom

public static final int LeftBottom

Sol alt. 90 derece saat yönünün tersine döndürülmüş.