geAddHilightCircle
geAddHilightCircle(
g_hlSetId
l_center
n_radius
)
=> g_hlObjectId / nil
Description
Adds a circle to a highlight set.
l_center specifies the location of the circle, and n_radius specifies the size of the circle.
Arguments
Value Returned
Examples
Adds a circle to the highlight set set1 whose center point is 0:0 and whose radius is 10. Returns the object ID of the circle.
geAddHilightCircle( set1 0:0 10 )
Related Topics
Return to top