CPointInfo Class

CPointInfo(opt_options)

点要素的符号参数信息对象

Fx构造函数

# new CPointInfo(opt_options)

点要素的符号参数信息对象

参数:
名称 类型 属性 默认值 描述
opt_options Object

属性键值对

Angle Number <optional>
1

子图角度

Color Number <optional>
1

子图颜色

SymHeight Number <optional>
1

子图高度

SymID Number <optional>
1

子图ID

SymWidth Number <optional>
1

子图宽度

查看源代码 service/common/CPointInfo.js, line 8

成员变量

Number

# Angle

子图角度

Default Value:
  • 1

查看源代码 service/common/CPointInfo.js, line 23

Number

# Color

子图颜色

Default Value:
  • 1

查看源代码 service/common/CPointInfo.js, line 31

Number

# SymHeight

子图高度

Default Value:
  • 1

查看源代码 service/common/CPointInfo.js, line 39

Number

# SymID

子图ID

Default Value:
  • 1

查看源代码 service/common/CPointInfo.js, line 47

Number

# SymWidth

子图宽度

Default Value:
  • 1

查看源代码 service/common/CPointInfo.js, line 55