Class SBSDKAspectRatioRange
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKAspectRatioRange : NSObject
- Inheritance
-
SBSDKAspectRatioRange
Constructors
SBSDKAspectRatioRange(NSObjectFlag)
protected SBSDKAspectRatioRange(NSObjectFlag t)
Parameters
t NSObjectFlag
SBSDKAspectRatioRange(NativeHandle)
protected SBSDKAspectRatioRange(NativeHandle handle)
Parameters
handle NativeHandle
SBSDKAspectRatioRange(SBSDKAspectRatio, SBSDKAspectRatio)
public SBSDKAspectRatioRange(SBSDKAspectRatio aspectRatio1, SBSDKAspectRatio aspectRatio2)
Parameters
aspectRatio1 SBSDKAspectRatio
aspectRatio2 SBSDKAspectRatio
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
MaximumAspectRatio
public virtual SBSDKAspectRatio MaximumAspectRatio { get; }
Property Value
- SBSDKAspectRatio
MinimumAspectRatio
public virtual SBSDKAspectRatio MinimumAspectRatio { get; }
Property Value
- SBSDKAspectRatio
Methods
ContainsAspectRatio(SBSDKAspectRatio)
public virtual bool ContainsAspectRatio(SBSDKAspectRatio aspectRatio)
Parameters
aspectRatio SBSDKAspectRatio
Returns
- bool