Scilab 5.3.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
xfarc
楕円の一部を塗りつぶす
呼び出し手順
xfarc(x,y,w,h,a1,a2)
パラメータ
- x,y,w,h
- 矩形を定義する実数値. 
- a1,a2
- 扇形を定義する実数値. 
説明n
xfarc は,
	    (x,y,w,h)
    	(左上の点, 幅, 高さ)の矩形および角度
	alpha1および角度 alpha1+alpha2
	で定義される扇形に含まれる楕円の一部を塗りつぶします.
    alpha1 および alpha2 は
	a1/64 度および a2/64 度
	でそれぞれ指定されます.
	この関数はカレントの色およびユーザ座標を使用します.
例
作者
J.Ph.C.;
| << xarrows | geometric_shapes | xfarcs >> |