|
||
POLYLINE_NODE |
||||||||||||||||
Structure |
A primitive-level data type that stores the data associated with a SilverScreen polyline
struct POLYLINE_NODE : POLYGON_NODE { };
|
|||||||||||||||
Members |
A POLYLINE_NODE is a POLYGON_NODE, but many of the members it contains are either reliably NULL or unused. The members are described below.
|
|||||||||||||||
Remarks |
A POLYLINE_NODE is a PRIM_NODE that has the BITS_POLYLINE flag enabled in 'bits'. |
|
||||||||||||||
See Also |
|
|||||||||||||||
Header |
silver.h, ssnodes.h |
|||||||||||||||