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
-
Constructors
RotationType(string, int, int)
[Register(".ctor", "(Ljava/lang/String;II)V", "")]
public RotationType(string p0, int p1, int p2)
Parameters
p0 string
p1 int
p2 int
Properties
Ctv
[Register("ctv")]
public static IEnumEntries Ctv { get; }
Property Value
- IEnumEntries
Ctw
[Register("ctw")]
public static IList<RotationType> Ctw { get; }
Property Value
- IList<RotationType>
Cty
[Register("cty")]
public int Cty { get; set; }
Property Value
- int
Degrees
public int Degrees { get; }
Property Value
- int
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
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[]