|
||
SilverSharp.CURVE_NODE |
|
|||||||||||||||||||||
Structure |
A SilverSharp.CURVE_NODE object stores information relevant to a SilverScreen spline or Bezier curve primitive
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
Properties |
The following read-only properties mimic the purpose of their counter-parts in the SilverC CURVE_NODE:
The following read-only properties extend CURVE_NODE for SilverSharp:
|
|
||||||||||||||||||||
Members |
|
|
||||||||||||||||||||
Remarks |
A SilverSharp.CURVE_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.
A spline curve can be differentiated from a Bezier curve by checking the SilverSharp.PRIM_NODE properties IsSpline or IsBezier.
Note: A SilverSharp.CURVE_NODE is a SilverSharp.PRIM_NODE, but the reverse is not true.
|
|
||||||||||||||||||||
See Also |
Primitive Types, PRIM_NODE, SilverC CURVE_NODE
|
|
||||||||||||||||||||
Example |
The SilverSharp.CURVE_NODE was extended to contain enumerators for control points. It also inherits the Holes enumerator from SilverSharp.PRIM_NODE. The following example shows how to use the Points enumerator:
|
|