AnnoOptionType enum

Annotation option type.

标注选项。

Inheritance

Constructors

AnnoOptionType()
const

Values

EnableLocalRender → const AnnoOptionType

enable local annotation render, object type is bool value. Default is true. Valid for external annotation

Note It should be set call before startAnnotation

启用本地标注渲染,对象类型是bool。默认启用。对外部标注对象有效

Note 该选项需要在调用startAnnotation前设置

EnableShowDraws → const AnnoOptionType

show or hide annotation draws, object type is bool value. Default is show

显示或隐藏标注涂鸦,对象类型是bool。默认显示

EnableUIResponse → const AnnoOptionType

enable annotation response UI event. Default is true.

启用标注响应UI事件。默认启用。

EnableCursorposSync → const AnnoOptionType

enable synchronize cursor position. Default is false.

启用光标位置同步。默认关闭。

EnableShowRemoteCursor → const AnnoOptionType

enable show remote cursor. Default is false.

开启显示远端光标。默认关闭。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AnnoOptionType>
A constant List of the values in this enum, in order of their declaration.