ClickControlArea Method (SapPicture)
Class
SapPicture
.
Action
clicks on the specified position.
Syntax
C#
picture
.
ClickControlArea
(
x
,
y
)
VB
picture
.
ClickControlArea
(
x
,
y
)
Variable
Description
x
The x-coordinate.
Integer
.
y
The y-coordinate.
Integer
.