miterLimit
書式
rectangleObject
.miterLimit
説明
マイターリミット(角の比率)を示します。
?
1
2
var
r=app.activeDocument.rectangles;
alert(r[0].miterLimit);
目次に戻る