AppendBezier Method
Append a bezier line from current position on the current page.
Object.AppendBezier(tnx, tny, tnx1, tny1, tnx2, tny2 )
XFRX 19.0
Object.AppendBezier(tnx, tny, tnx1, tny1, tnx2, tny2 [, tcType] )
ParametersÂ
tnx, tny
 The first control point for "c"
or control point for "v"
,"y".
tnx1, tny1
 The second control point for "c"
.
tnx2, tny2
  The X,Y coordinates of the end point of the line.
tcType
  Type bezier curve. Default value is "c"
.
Value | Description |
---|---|
"c" | c operator |
"v" | v operator |
"y" | y operator |
Remarks
Applies To: PDFL#INIT