geAddHilightDot
geAddHilightDot(
g_hlSetId
l_point
n_width
n_height
)
=> g_hlObjectId / nil
Description
Adds a dot to a highlight set.
l_point specifies the location of the dot. The display size of the dot is specified by n_width and n_height.
Arguments
Value Returned
Examples
Adds a 5x5 dot to the highlight set set1 with the center point at 0:0, and returns the object ID of the dot.
geAddHilightDot( set1 list(0:0) 5 5 )
Related Topics
Return to top