icubic library reference
IGraphics_gp::PaintArc
説明
円弧の塗りつぶし


関数
フォーマット
void
PaintArc
(  
const fvector2& sp
float rx
float ry
float x_axis_rot
bool large
bool sweep
const fvector2& tp
const faffine& transform
);  

引数
sp 開始点
rx X方向の半径
ry Y方向の半径
x_axis_rot X軸からの回転角度。radian単位。
large 長い円弧の場合はtrue , 短い円弧の場合はfalse。
sweep 正方向の角度ならtrue , 負方向の角度ならfalse。
tp 終了点
transform アフィン変換

戻り値
なし