Classes
class TIcon
TIcon is the object to store image information. This class has no constructor. It should be instantiated as a javascript object literal.
Properties
| Property | Type | Desription |
|---|---|---|
| url | String | The URL source for the image. |
| left? | Integer | The left offset of the image clip area in pixel. Properties (left, top, width, height) should be given together. |
| top? | Integer | The top offset of the image clip area in pixel. |
| width? | Integer | The width of the image clip area in pixel. |
| height? | Integer | The height of the image clip area in pixel. |