Device.DrawArc

Device.DrawArc method

円弧を描きます。

public virtual void DrawArc(double x, double y, double width, double height, double startAngle, 
    double arcAngle)
パラメータタイプ説明
xDouble円弧の中心の X 座標。
yDouble円弧の中心の Y 座標。
widthDouble外接長方形の幅。
heightDouble外接長方形の高さ。
startAngleDouble円弧の開始角度。
arcAngleDouble円弧の角度。

関連項目