Class SBSDKImageRotation
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKImageRotation : NSObject
- Inheritance
-
SBSDKImageRotation
- Extension Methods
-
Constructors
SBSDKImageRotation(NSObjectFlag)
protected SBSDKImageRotation(NSObjectFlag t)
Parameters
t NSObjectFlag
SBSDKImageRotation(NativeHandle)
protected SBSDKImageRotation(NativeHandle handle)
Parameters
handle NativeHandle
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Clockwise180
public static SBSDKImageRotation Clockwise180 { get; }
Property Value
- SBSDKImageRotation
Clockwise90
public static SBSDKImageRotation Clockwise90 { get; }
Property Value
- SBSDKImageRotation
Counterclockwise90
public static SBSDKImageRotation Counterclockwise90 { get; }
Property Value
- SBSDKImageRotation
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
None
public static SBSDKImageRotation None { get; }
Property Value
- SBSDKImageRotation
RawValue
public virtual nint RawValue { get; }
Property Value
- nint
Methods
EnumValueFrom(nint)
public static SBSDKImageRotation? EnumValueFrom(nint rawValue)
Parameters
rawValue nint
Returns
- SBSDKImageRotation
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object NSObject
Returns
- bool