Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.43 KB

File metadata and controls

50 lines (42 loc) · 1.43 KB

SetTileBackgroundColor

Description

Sets the specified tile resource's background color.

PROCEDURE SetTileBackgroundColor(
				tileHandle      : HANDLE;
				backgroundColor : LONGINT);
def vs.SetTileBackgroundColor(tileHandle, backgroundColor):
    return None

Parameters

Name Type Description
tileHandle HANDLE The tile resource in which to set the background color.
backgroundColor LONGINT The RGB background color to set.

Examples

SetTileBackgroundColor(tileHandle, backgroundColor);

See Also

VS Functions: CreateTile | ShowEditTileDialog | ShowEditTileSettingsDialog | ShowNewTileDialog | GetTileGeometryGroup | BeginGroupN | AddTileGeometryObject | GetTileGroupParent | IsTileGroupContainedObject | GetTileBackgroundColor | SetTileBackgroundColor | GetTileRepetitionPoint | SetTileRepetitionPoint | GetTileOffsetPoint | SetTileOffsetPoint

Version

Availability: from Vectorworks 2011

Category