ChartDirector 7.1 (.NET Edition)

DrawArea.tile


Usage

[C#]public void tile(DrawArea d, int transparency);
[VB]Public Sub tile(d As DrawArea, transparency As Integer)

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