Table of Contents

Class RotationType.Companion

Namespace
IO.Scanbot.Sdk.Entity
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/entity/RotationType$Companion", DoNotGenerateAcw = true)]
public sealed class RotationType.Companion : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
RotationType.Companion
Implements
Inherited Members

Constructors

Companion(DefaultConstructorMarker)

[Register(".ctor", "(Lkotlin/jvm/internal/DefaultConstructorMarker;)V", "")]
public Companion(DefaultConstructorMarker _constructor_marker)

Parameters

_constructor_marker DefaultConstructorMarker

Methods

GetByDegrees(int)

[Register("getByDegrees", "(I)Lio/scanbot/sdk/entity/RotationType;", "")]
public RotationType GetByDegrees(int degrees)

Parameters

degrees int

Returns

RotationType

RotateClockwise(RotationType)

[Register("rotateClockwise", "(Lio/scanbot/sdk/entity/RotationType;)Lio/scanbot/sdk/entity/RotationType;", "")]
public RotationType RotateClockwise(RotationType type)

Parameters

type RotationType

Returns

RotationType