Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
xarc
楕円の一部を描画する
呼び出し手順
xarc(x,y,w,h,a1,a2)
引数
- x,y,w,h
矩形を定義する実数値.
- a1,a2
扇形を定義する実数値.
説明
xarc
は,矩形(x,y,w,h)
(左上の点,幅,高さ)の中,および
角度 alpha1
および角度 alpha1+alpha2
で定義される扇形の中に含まれる楕円の一部を描画します.
alpha1
および alpha2
は
a1/64
度および a2/64
度
によりそれぞれ指定されます.
この関数はカレントのグラフィック色およびユーザ座標を使用します.
例
Report an issue | ||
<< segs_properties | geometric_shapes | xarcs >> |