[VB] | Public Sub merge(d As DrawArea, x As Integer, y As Integer, align As Integer, transparency As Integer) |
[C#] | public void merge(DrawArea d, int x, int y, int align, int transparency); |
ChartDirector 5.1 (.NET Edition)
DrawArea.merge
Usage
[VB] | Public Sub merge(d As DrawArea, x As Integer, y As Integer, align As Integer, transparency As Integer) |
[C#] | public void merge(DrawArea d, int x, int y, int align, int transparency); |
Description
Arguments
Argument | Default | Description |
---|---|---|
d | (Mandatory) | A DrawArea object representing the source. |
x | (Mandatory) | The x coordinate of a reference point in the current DrawArea. |
y | (Mandatory) | The y coordinate of a reference point in the current DrawArea. |
align | (Mandatory) | The alignment of the source DrawArea relative to the reference point. See Alignment Specification for supported alignment types. |
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