geAddHilightCurvedPath
geAddHilightCurvedPath(
g_hlSetId
l_points
n_width
)
=> g_hlObjectId / nil
Description
Adds a curved path to a highlight set.
The points in l_points specify the location of the curved path, and n_width specifies the width of the curved path.
Arguments
Value Returned
Examples
Adds a path to the highlight set and returns the object ID of the curved path.
hSet = geCreateHilightSet(geGetEditCellView() list("meta1" "drawing")
hSet~>enable = t
geAddHilightCurvedPath(hSet list(-11.1:5.8 -11.1:-8.9 18.2:-8.9 18.2:-14.1) 1)
Related Topics
Return to top