Draw Polyline/Polygon


Purpose

Syntax

Opcode format Opcode

[ASCII] (Hex)

Operand Format Comments
Single-byte, readable operand [P] (50) [<ws>]<ICount>[<ws><IXi>,<IYi>]+ Draws either a dot, a line, a polyline, or a polygon. Absolute coordinates.
Single-byte, binary operand [p] (70) <BCount>[<USEcount>][<LXi><LYi>]+ Polyline/polygon, relative coordinates
[Ctrl-p] (10) <BCount>[<USEcount>][<SXi><SYi>]+ Polyline/polygon, relative coordinates

 

Details

 

Notes

 

Implementation in WHIP! Versions

Toolkit Function

TBD

Partial

Full

Revised in

Draw Polyline

-

0.2x, 0.5x, 1.x

1.03

-

Draw Polygon

-

-

1.03

-

 

See Also