Constructors:
Properties:
Collection class: ViewObjectCollection
Line ( ViewObject parent )
ViewObject parent -
The parent to place the new line in. May also
be a string containing the name of an existing
ViewObject.
Creates a new line and places it in the ViewObject parent.
Line ( Window window )
Window window -
The window to place the new line in. May also be a
string containing the name of an existing Window.
Creates a new line and places it in the Window window.
Point from
Point to
number width
number capStyle
number lineStyle
The style for the line.
- 0 - Solid line(default)
- 1 - Dashed line
- 2 - Dotted line
- 3 - Dash - dot line
- 4 - Dash - dot - dot line
[Index]