drawGeometricPath
The drawGeometricPath
method draws a path (a sequence of connected lines).
Syntax
drawGeometricPath ( path, thickness, color )
Arguments
Argument | Description |
---|---|
path
|
The location of the path data in the input records. |
thickness
|
The line thickness, in pixels. |
color
|
The line color. See the function rgb. |
Returns
Nothing.
Example
drawGeometricPath ( record.GeometricPathData, 5, rgb(255,255,255))