// This macro demonstrates how to access the // "Overlay Elements" table created by the // Image>Overlay>List Elements command. run("Image with Overlay"); run("List Elements"); print("elements: "+Table.size); print("location[0]: "+Table.get("X", 0)+","+Table.get("Y", 0)); print("size[0]: "+Table.get("Width", 0)+"x"+Table.get("Height", 0)); print("type[0]: "+Table.getString("Type", 0)); print("color[0]: "+Table.getString("Color", 0));