VS:Move/ja

From Vectorworks Developer
Revision as of 14:35, 12 August 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

現在のペン位置を相対的に移動します。

PROCEDURE Move(
move :REAL);
def vs.Move(move):
    return None

Parameters

move REAL X、Y軸方向への移動距離

Example

Move(6,1);
{ moves the graphics pen 6 units to the right }
{ and 1 unit up from the current position.    }

Version

利用可能バージョン: MiniCAD

See Also

関連関数:

VS:MoveTo

関連関数: [[VS:MoveTo]]