The OverlayedImage attribute function overlays the image with another and returns the result.
|
Syntax | |||||
|
OverlayedImage(Image, Left, Top, Width, Height [, LanguageID]) | |||||
|
Return value | |||||
|
Type |
Description | ||||
|
Picture |
The result of the overlay | ||||
|
Parameter | |||||
|
Use |
Name |
Type |
Passing |
Description | |
|
Required |
Image |
Variant |
ByRef |
Image object (Picture-Variable, UniPicture object or GDIPImage object) | |
|
Required |
Left |
Double |
ByVal |
Left insertion position | |
|
Required |
Top |
Double |
ByVal |
Upper insertion position | |
|
Optional |
Width |
Double |
ByVal |
Width | |
|
Optional |
Height |
Double |
ByVal |
Height | |
|
Optional |
LanguageID |
String |
ByVal |
Language-ID of the picture to be used. | |