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