如题,该函数的解释是:(List of Lists as (CenterX [as Long] CenterY [as Long] Radius [as Long] StartDirectionX [as Long] StartDirectionY [as Long] EndDirectionX [as Long] EndDirectionY [as Long] Color [as Color]) ...)
前面的圆心半径,都好理解,但StrartDirectionX、StrartDirectionY、EndDirectionX、EndDirectionY,这4个值,不得要领,解释是说开始点的角度和结束点的角度(using StartDirectionX, StartDirectionY to determine the angle of the start point, and EndDirectionX, EndDirectionY to determine the angle of the end point. )尝试多次,都无法画出圆弧来,要么是画出个圆来,请教这个函数要怎么用,比如要画一个1/4画弧,起点在x轴正方向上。