activeDocument.selection.copy(true);
■ソースコード selReg = [[0,0],[200,0],[200,100],[0,100]]; activeDocument.selection.select(selReg); activeDocument.selection.copy();
■ポイント なし