Tag Link | [PDF_Doc->Arc] | Category | |
---|---|---|---|
Type | Member | Source Available | Yes |
Support | Preferred | Version | 6.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | File |
Implementation | LJAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0 |
Draws an arc in a [PDF_Doc] variable. Requires a string of integer points for the center coordinates and radius of the invisible circle to which the arc belongs, a starting degree which specifies the degrees of the circle at which the arc starts, and an ending degree which specifies the circle degrees at which the arc ends (X, Y, R, Start, End). Angles start with 0 to the right of the center and increase counter
An optional
[$PDF_Doc->(Arc: 50, 50, 20, 0, 90)]
Required Parameters | |
---|---|
X, Y, R, Start, End | Comma |
Optional Parameters | |
-Fill | Specifies that the arc should be filled with color. |
The
See the Lasso 8 Language Guide for examples of how to use this tag.