...
| Code Block |
|---|
Object.AppendBezier(tnx, tny, tnx1, tny1, tnx2, tny2 ) |
| Code Block | ||
|---|---|---|
| ||
Object.AppendBezier(tnx, tny, tnx1, tny1, tnx2, tny2 [, tcType] ) |
Parameters
tnx, tny
The first control point for "c" or control point for "v","y".
...
tcType
Type bezier curve. Default value is "c". (XFRX 19.0)
| Value | Description |
|---|---|
| "c" | c operator |
| "v" | v operator |
| "y" | y operator |
...