Class RotationType
- Namespace
- IO.Scanbot.Sdk.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/entity/RotationType", DoNotGenerateAcw = true)]
public sealed class RotationType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
RotationType
- Implements
-
- Inherited Members
-
Properties
A
[Register("a")]
public int A { get; set; }
Property Value
- int
B
[Register("b")]
public static IList<RotationType> B { get; }
Property Value
- IList<RotationType>
Degrees
public int Degrees { get; }
Property Value
- int
Rotation0
[Register("ROTATION_0")]
public static RotationType Rotation0 { get; }
Property Value
- RotationType
Rotation180
[Register("ROTATION_180")]
public static RotationType Rotation180 { get; }
Property Value
- RotationType
Rotation270
[Register("ROTATION_270")]
public static RotationType Rotation270 { get; }
Property Value
- RotationType
Rotation360
[Register("ROTATION_360")]
public static RotationType Rotation360 { get; }
Property Value
- RotationType
Rotation90
[Register("ROTATION_90")]
public static RotationType Rotation90 { get; }
Property Value
- RotationType
Methods
GetByDegrees(int)
[Register("getByDegrees", "(I)Lio/scanbot/sdk/entity/RotationType;", "")]
public static RotationType GetByDegrees(int degrees)
Parameters
degrees
int
Returns
- RotationType
RotateClockwise(RotationType)
[Register("rotateClockwise", "(Lio/scanbot/sdk/entity/RotationType;)Lio/scanbot/sdk/entity/RotationType;", "")]
public static RotationType RotateClockwise(RotationType type)
Parameters
type
RotationType
Returns
- RotationType
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/entity/RotationType;", "")]
public static RotationType ValueOf(string value)
Parameters
value
string
Returns
- RotationType
Values()
[Register("values", "()[Lio/scanbot/sdk/entity/RotationType;", "")]
public static RotationType[] Values()
Returns
- RotationType[]