Table of Contents

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

polygon SBSDKPolygon
croppedImage SBSDKImageRef

Properties

CroppedImage

public SBSDKImageRef CroppedImage { get; set; }

Property Value

SBSDKImageRef

Polygon

public SBSDKPolygon Polygon { get; set; }

Property Value

SBSDKPolygon