Setpen(it ratio )
set the thickness of solid lines to ratio times as standard value.
Ex) Setpen(1.5);
Drwline(G1);
¦ In this case, the following form may be simple:
Ex) Drwline(G1,1.5); (To be described)
¦ The current value is displayed in case of no argument.
線の太さを指定(標準からの倍率で)
例) Setpen(1.5);
※ 空引数のとき,現在の設定値を表示
最終更新:2013年12月03日 21:41