ChartDirector 7.1 (C++ Edition)

DrawArea.tile


Usage

void tile(const DrawArea *d, int transparency);

Description

Copy another DrawArea to the current DrawArea as a wallpaper.

The wallpaper image will be tiled repeatedly on the current DrawArea until the entire DrawArea is covered.

Arguments

ArgumentDefaultDescription
d(Mandatory)A DrawArea object representing the source.
transparency(Mandatory)Specify the transparency level when copying the other DrawArea to the current DrawArea. A value of 0 means non-transparent. A value of 255 means totally transparent.

Return Value

None