Skip to main content

Global

Members

(constant) version :string

digital-ink 2.0.0

Type:
  • string

Type Definitions

Point

Represents point

Properties:
NameTypeDescription
xfloatX position
yfloatY position

Polygon

Sequence of X and Y coordinates which describes polygon shape

Type:
  • Array.<float>|Float32Array

Properties

Key-value pairs related with underlying context

Type:
  • Object

Scale

Scale factor

Properties:
NameTypeDescription
xfloatScale factor via x axis
yfloatScale factor via y axis

Size

Represents size

Properties:
NameTypeDescription
widthfloatWidth length
heightfloatHeight length

Translate

Translation distance

Properties:
NameTypeDescription
xfloatTranslate via x axis
yfloatTranslate via y axis

Home