Arrowline( pointA, pointB {, size {, angle {, position{, thickness} } {, string}} )
generate codes to draw arrow line from A to B.
¦ The default are size=1, angle=18±, position=1( end-point)
¦ If Angle · 5, the angle is set to Angle £ 18.
¦ String refers to the barracking :
shape : l =line, f = filled ( default )
miner adjustment of position :
c = center, b =bottom, t = top (default)
Ex) Arrowline( A, B);
Ex) Arrowline( A, B, 2, 10, l );
Ex) Arrowline( A, B, 1, 18, 0.5, 2, lc );
点A からB に向けて矢印をかくコードを書き出す
例) Arrowline( A, B);
例) Arrowline( A, B, 2, 10,’l’ );
例) Arrowline( A, B, 1, 18, 0.5, 2,’lc’ );
※ AB の中点の位置に鏃をかく
最終更新:2013年12月03日 21:52