Table of Contents

Interface IEditPolygonView.IViewModel

Namespace
IO.Scanbot.Sdk.UI.View.Edit
Assembly
DocumentSDK.NET.Droid.dll
public interface IEditPolygonView.IViewModel : IJavaObject, IDisposable, IJavaPeerable
Inherited Members

Properties

FullPolygonSelected

IStateFlow FullPolygonSelected { get; }

Property Value

IStateFlow

Horizontal

IStateFlow Horizontal { get; }

Property Value

IStateFlow

Image

IStateFlow Image { get; }

Property Value

IStateFlow

Polygon

IStateFlow Polygon { get; }

Property Value

IStateFlow

Rotation

IStateFlow Rotation { get; }

Property Value

IStateFlow

Vertical

IStateFlow Vertical { get; }

Property Value

IStateFlow

Methods

IsProcessing()

IStateFlow IsProcessing()

Returns

IStateFlow

OnCancelClick()

void OnCancelClick()

OnDetectClick()

void OnDetectClick()

OnLicenseInvalid()

void OnLicenseInvalid()

OnPolygonUpdated(IList<PointF>)

void OnPolygonUpdated(IList<PointF> polygon)

Parameters

polygon IList<PointF>

OnResetClick()

void OnResetClick()

OnRotateClick()

void OnRotateClick()

OnSaveClick()

void OnSaveClick()

OnSelectedPolygonStateChanged(bool)

void OnSelectedPolygonStateChanged(bool isFullPolygonSelected)

Parameters

isFullPolygonSelected bool