title "MESの表示範囲取得" screen 0,640,240 font msgothic,50,font_bold|font_antialias a="Hot Soup Processor":gosub *test a="Ver2.6β testing":gosub *test stop *test color 0,0,0 cx=csrx:cy=csry mes a ginfo ginfo_messize mes "SX="+prmx+"/SY="+prmy x=cx:y=cy:x2=cx+prmx:y2=cy+prmy color 255,0,0 boxf x,y,x2,y boxf x,y2,x2,y2 boxf x,y,x,y2 boxf x2,y,x2,y2 return