AKazak
Russia 1205 Posts
YimingChen
1630 Posts
quote:Originally posted by YimingChenCan you use the Rectangle or Circle tool on the left hand side tool bar? James
quote:Originally posted by YimingChenDouble click on the rectangle to open the Object Properties dialog. Go to Dimensions tab, set the Units to Scale. James
cpyang
USA 1406 Posts
rect.x1=x1;rect.y1=y1;rect.x3=x2/2;rect.y3=y2/2;
quote:Originally posted by cpyangYou specify the x1,y1 and x3,y3 property, likerect.x1=x1;rect.y1=y1;rect.x3=x2/2;rect.y3=y2/2;Where the x1,y2 etc on the right hand side are the layer scale range.CP