Class SBSDKAspectRatio
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKAspectRatio : NSObject
- Inheritance
-
SBSDKAspectRatio
Constructors
SBSDKAspectRatio(NSObjectFlag)
protected SBSDKAspectRatio(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKAspectRatio(NativeHandle)
protected SBSDKAspectRatio(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKAspectRatio(double, double)
public SBSDKAspectRatio(double width, double height)
Parameters
width
double
height
double
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Height
public virtual double Height { get; }
Property Value
- double
Ratio
public virtual double Ratio { get; }
Property Value
- double
Width
public virtual double Width { get; }
Property Value
- double