[VB] | Public Sub tile(d As DrawArea, transparency As Integer) |
[C#] | public void tile(DrawArea d, int transparency); |
ChartDirector 5.1 (.NET Edition)
DrawArea.tile
Usage
[VB] | Public Sub tile(d As DrawArea, transparency As Integer) |
[C#] | public void tile(DrawArea d, int transparency); |
Description
Arguments
Argument | Default | Description |
---|---|---|
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