yOffset | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies the location of the top edge of an EPS object's postScript code. | ||||||
Introduced | 1.0 | ||||||
OS | linux | ||||||
Platforms | desktop | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: item Glossary: EPS, property Property: boundingBox, points, postScript, top, xOffset, yExtent | ||||||
Description | Use the yOffset property to control the placement of an EPSobject on the paper when it's printed. The yOffset is the distance in points from the top edge of the paper to the top edge of the postScript object. This controls the placement of the postScript object when it's rendered. The yOffset of an EPS object is equal to the second item in the object's boundingBox property. This property is supported only on Unix systems with Display PostScript installed. | ||||||
Tags | multimedia |