Top > MoveObjs

MoveObjs   Object Editing Edit

Declaration:

 PROCEDURE MoveObjs ( moveDX :REAL;
             moveDY :REAL;
             allLayers :BOOLEAN;
             allObjects :BOOLEAN
            ) ;

Description:

Procedure MoveObjs moves object(s) a specified offset distance. 
The last two parameters, allLayers and allObjects, 
control which objects are offset by this procedure.

Table - Effect of MoveObjs Parameters
allLayersallObjectsEffect
TRUETRUEMove all objects on all layers
TRUEFALSEMove selected objects on all layers
FALSETRUEMove all objects on active layer
FALSEFALSEMove selected objects on active layer

説明

選択されている図形を、相対的な量で移動します。

Parameters:

moveX-Y object offset distance.X、Y軸方向への移動距離
allLayersMove objects on all layers option setting.すべてのレイヤ上の図形を対象にする場合はTRUE
allObjectsMove all objects option setting.すべての図形を移動する場合はTRUE

Example:

 MoveObjs(3,0,FALSE,FALSE);
 { moves selected objects on active layer 3 units to the right }


リロード   新規 下位ページ作成 編集 凍結 差分 添付 コピー 名前変更   ホーム 一覧 検索 最終更新 バックアップ リンク元   ヘルプ   最終更新のRSS
Last-modified: Wed, 07 Dec 2011 11:10:43 JST (4527d)