Table of Contents

Class Vhd

Namespace
IO.Scanbot.Sdk.UI
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/vhd", DoNotGenerateAcw = true)]
public sealed class Vhd : Object, IRunnable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
Vhd
Implements
Inherited Members

Constructors

Vhd(PolygonView)

[Register(".ctor", "(Lio/scanbot/sdk/ui/PolygonView;)V", "")]
public Vhd(PolygonView p0)

Parameters

p0 PolygonView

Properties

Vhy

[Register("vhy")]
public PolygonView Vhy { get; set; }

Property Value

PolygonView

Methods

Run()

When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

[Register("run", "()V", "")]
public void Run()

Remarks

<p>When an object implementing interface <code>Runnable</code> is used

to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

The general contract of the method run is that it may take any action whatsoever.

Java documentation for

java.lang.Runnable.run()
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.