graphics.path()
graphics.path([figure_def])
This function creates a Path
geometry object.
Parameters
Parameter | Type | Description |
---|---|---|
figure_def | table | By specifying this parameter, you can define the first figure simultaneously with the creation of the Path object. The structure of the table to be specified in this parameter is the same as the Parameters Table for Path:add_figure() . |
Return Values
This function returns a Path
object.