Class SBSDKRawImageLoadOptions
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKRawImageLoadOptions : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKRawImageLoadOptions
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKRawImageLoadOptions()
public SBSDKRawImageLoadOptions()
SBSDKRawImageLoadOptions(CGRect, SBSDKImageOrigin, SBSDKCanvasColor, SBSDKImageRotation)
public SBSDKRawImageLoadOptions(CGRect cropRect, SBSDKImageOrigin origin, SBSDKCanvasColor canvasColor, SBSDKImageRotation orientation)
Parameters
cropRect CGRect
origin SBSDKImageOrigin
canvasColor SBSDKCanvasColor
orientation SBSDKImageRotation
SBSDKRawImageLoadOptions(NSObjectFlag)
protected SBSDKRawImageLoadOptions(NSObjectFlag t)
Parameters
t NSObjectFlag
SBSDKRawImageLoadOptions(NativeHandle)
protected SBSDKRawImageLoadOptions(NativeHandle handle)
Parameters
handle NativeHandle
Properties
CanvasColor
public virtual SBSDKCanvasColor CanvasColor { get; set; }
Property Value
- SBSDKCanvasColor
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
CropRect
public virtual CGRect CropRect { get; set; }
Property Value
- CGRect
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
Orientation
public virtual SBSDKImageRotation Orientation { get; set; }
Property Value
- SBSDKImageRotation
Origin
public virtual SBSDKImageOrigin Origin { get; set; }
Property Value
- SBSDKImageOrigin
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKRawImageLoadOptions? FromJsonWithJson(string json)
Parameters
json string
Returns
- SBSDKRawImageLoadOptions
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object NSObject
Returns
- bool
ToJsonWithConfiguration(SBSDKToJSONConfiguration)
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration SBSDKToJSONConfiguration
Returns
- string