|
||
SilverSharp.ROUND_NODE |
|
|||||||||||||||||||||||||||||||
Structure |
A SilverSharp.ROUND_NODE object stores information relevant to a SilverScreen circle, ellipse, or arc primitive
|
|
||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||
Properties |
The following read-only properties mimic the purpose of their counter-parts in the SilverC ROUND_NODE:
The following read-only properties extend ROUND_NODE for SilverSharp:
|
|
||||||||||||||||||||||||||||||
Methods |
|
|
||||||||||||||||||||||||||||||
Remarks |
A circle can be differentiated from an arc by checking the SilverSharp.PRIM_NODE properties IsCircle or IsArc. Also, the IsClosed property indicates a circle.
A SilverSharp.ROUND_NODE inherits from a SilverSharp.PRIM_NODE and therefore includes those properties and methods as well; for instance, Path, Type, and PrimBits are inherited properties of a SilverSharp.PRIM_NODE.
Note: A SilverSharp.ROUND_NODE is a SilverSharp.PRIM_NODE, but the reverse is not true.
|
|
||||||||||||||||||||||||||||||
See Also |
|