[Common]
Description=ʾͼʶ Get PicPos
HotKeyStart=119
HotKeyStop=122
Enabled=0
RunOnce=1

[Script]
//˽űʾͼζԱȵʹ
//뽫ҪʶĲƬΪ"1.bmp"ͼƬ
//ŵSEߴEXEļͬһĿ¼¼
//ע⣬bmpͼƬΪ24bitʽ
//ĻϷִͼΣx,yظõ

var x=0
var y=0

Get PicPos "1.bmp" 0 0 1023 767 x y 0.1
Output x
Key Press 13 1
Output y

//ʾ(512,384)ΪԲģ512Ϊ뾶ָͼƬ
Get PicPosEx "1.bmp" 512 384 512 x y 0.1
Output x
Key Press 13 1
Output y

