Class ApplyChangesWithPolygonImageRefEventArgs
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class ApplyChangesWithPolygonImageRefEventArgs : EventArgs
- Inheritance
-
ApplyChangesWithPolygonImageRefEventArgs
- Inherited Members
- Extension Methods
Constructors
ApplyChangesWithPolygonImageRefEventArgs(SBSDKPolygon, SBSDKImageRef)
public ApplyChangesWithPolygonImageRefEventArgs(SBSDKPolygon polygon, SBSDKImageRef croppedImage)
Parameters
polygonSBSDKPolygoncroppedImageSBSDKImageRef
Properties
CroppedImage
public SBSDKImageRef CroppedImage { get; set; }
Property Value
Polygon
public SBSDKPolygon Polygon { get; set; }