Humanway 发表于 2022-4-5 21:10:27

请问,在picturebox控件中dcl-PictureBox-DrawArc函数怎么用?

如题,该函数的解释是:(List of Lists as (CenterX Long] CenterY Long] Radius Long] StartDirectionX Long] StartDirectionY Long] EndDirectionX Long] EndDirectionY Long] Color 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轴正方向上。

e2002 发表于 2022-4-6 11:51:07

看函数的参数名称,似乎是圆弧起点,终点的切线向量?
页: [1]
查看完整版本: 请问,在picturebox控件中dcl-PictureBox-DrawArc函数怎么用?