|
||
POINT_NODE |
||||||||||||||||||||||||||
Structure |
A special (see remarks) primitive-level data type that stores the data associated with a SilverScreen point.
struct POINT_NODE { // All members of PRIM_NODE except first_hole pointer
USINT32 bits; int id; PRIM_NODE *next_node; PRIM_NODE *prev_node; OBJECT_NODE *parent
// Point-specific members
VERTEX point; int point_type; USINT point_width_style; double point_size; RGB point_rgb; };
|
|||||||||||||||||||||||||
Members (Point-specific) |
|
|||||||||||||||||||||||||
See Also |
|
|||||||||||||||||||||||||
Header |
silver.h, ssnodes.h |
|||||||||||||||||||||||||