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