GoStrokeStyle Enumeration
In This Topic
Specifies the kind of curve drawn between the points of the stroke.
Syntax
Members
Member | Description |
Bezier |
A Bezier curve is drawn using four points: a start point, two control points, and an end point.
Additional sets of three points specify additional Bezier curves, where the new start point
is the old end point.
|
Line | A straight line is drawn between each two consecutive points in the GoStroke. |
RoundedLine | Rounded line is like Line but with curves at each point where the lines intersect. Currently this is only implemented for adjacent segments that intersect at right angles. |
RoundedLineWithJumpGaps | Like RoundedLineWithJumpOvers but the path has a gap across intersections with other strokes that have this style. |
RoundedLineWithJumpOvers | Like RoundedLine but the path also "jumps" or "hops" over intersections with other strokes that have this style. |
See Also