ImageTile method: ImageTile class
Syntax
ImageTile(TILE_NAME)
Description
The ImageTile constructor is automatically invoked when you instantiate an object of the ImageTile class. It is also invoked as a superclass when you instantiate an object of the FreeTextTile class. The ImageTile method initializes the ImageTile object.
Parameters
| Parameter | Description |
|---|---|
|
TILE_NAME |
Specifies the ID for the tile as string value of up to 30 characters. This represents the Tile Name of the tile definition in Tile Wizard. Note: The ID cannot include spaces or special characters and must not begin with a number. |
Returns
An ImageTile object.
Example
import PTGP_APPCLASS_TILE:API:ImageTile;
Local PTGP_APPCLASS_TILE:API:ImageTile &t1 = create PTGP_APPCLASS_TILE:API:ImageTile("MY_TILE1");
Related Topics