| 動作バージョン |
2.0 |
|---|---|
| Windows | ○ |
| Macintosh | ○ |
| 解 説 | 角丸長方形を作成するには「createObject(LMGeometricType.roundedRectangle,表示するX座標,表示するY座標)」のように指定します。 |
|---|---|
| コード | Comp = application.currentComposition; dType = LMGeometricType.roundedRectangle; newObj = Comp.createObject(dType,100,100); |
| ■サンプルスクリプトをダウンロードする >>.zip |