The AddImageMarker attribute function adds a marker defined by another image to the image. The marker is drawn at the specified location of the hotspot.
Syntax | ||||
AddImageMarker(Name, Path [, LanguageID]) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Name |
String |
ByVal |
Name of the marker |
Required |
Image |
Variant |
ByRef |
Image object (Picture-Variable, UniPicture object or GDIPImage object) |
Required |
X |
Double |
ByVal |
Left insertion position of the hotspot of “Image” |
Required |
Y |
Double |
ByVal |
Upper insertion position of the hotspot of “Image” |
Optional |
W |
Double |
ByVal |
Width |
Optional |
H |
Double |
ByVal |
Height |
Optional |
LanguageID |
String |
ByVal |
Language-ID of the picture to be used. |