Gets the specified tile resource's background color.
PROCEDURE GetTileBackgroundColor(
tileHandle : HANDLE;
VAR red : LONGINT;
VAR green : LONGINT;
VAR blue : LONGINT);def vs.GetTileBackgroundColor(tileHandle):
return (red, green, blue)| Name | Type | Description |
|---|---|---|
| tileHandle | HANDLE | The tile resource from which to get the background color. |
| red | LONGINT | Returns RGB color component value. |
| green | LONGINT | Returns RGB color component value. |
| blue | LONGINT | Returns RGB color component value. |
GetTileBackgroundColor(tileHandle, backgroundColor);VS Functions: CreateTile | ShowEditTileDialog | ShowEditTileSettingsDialog | ShowNewTileDialog | GetTileGeometryGroup | BeginGroupN | AddTileGeometryObject | GetTileGroupParent | IsTileGroupContainedObject | GetTileBackgroundColor | SetTileBackgroundColor | GetTileRepetitionPoint | SetTileRepetitionPoint | GetTileOffsetPoint | SetTileOffsetPoint
Availability: from Vectorworks 2011