VS:LineTo/ja

From Vectorworks Developer
Revision as of 08:08, 12 January 2016 by Kimura (talk | contribs) (1 revision: Testing Upload)
Jump to navigation Jump to search

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

Description

現在のペン位置から、絶対座標の位置へ線を描画します。

PROCEDURE LineTo(
p :REAL);
def vs.LineTo(p):
    return None

Parameters

p REAL 終点の座標

Example

LineTo(3,4);
{draws a line from the current pen position to (3,4)}

Version

Availability: from MiniCAD

See Also

VS Functions:

VS:Absolute | VS:Relative

VS Functions:

[[VS:Absolute]]

| [[VS:Relative]]