geAddHilightSlicedCircle
geAddHilightSlicedCircle(
g_hlSetId
l_center
n_radius
f_startAngle
f_StopAngle
)
=> g_hlObjectId / nil
Description
Adds a sliced circle to a highlight set.
Arguments
Value Returned
Examples
hl = geCreateHilightSet(geGetEditCellView() list("y0" "drawing"))
hl->enable = t
geAddHilightSlicedCircle(hl (10:7) 6 45.0 125.0)
Related Topics
Highlight Functions
Return to top