Clipping region of the click activity as a dynamic variable

I want to clipping region of the click activity as a dynamic variable.

The coordinates should be left, top, right and bottom, not x, y, width and height.
Please help me.

If you are getting data as x,y, width, height you could calculate other dimensions.
Left=x
Top=y
Right=x+width
Bottom = y+height

Thanks.
I understand.

1 Like

Is this the solution or you figured out something else.

That is the solution

1 Like