// This macro demonstrates the use of the Roi.* functions. requires("1.48h"); run("Blobs (25K)"); makePolygon(72,78,155,43,205,111,143,156,74,138); print("type: "+Roi.getType); print("name: \""+Roi.getName()+"\""); print("stroke color: "+Roi.getStrokeColor); print("fill color: "+Roi.getFillColor);; Roi.getBounds(x,y,w,h); print("bounds: ",x,y,w,h); Roi.getCoordinates(x, y); print("coordinates"); for (i=0; i