Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何计算饼图边界矩形。半径 (r)、中心点 (x0, y0)、StartAngle (a0)、EndAngle (a1) 和 drawDirection(顺时针或逆时针)变量是已知的。
计算弧边末端的点、切片中心的点以及四个极值点(角度 0、90、180 和 270)中的任何一个(如果它们包含在扫掠角内)。然后您所要做的就是遍历所有点并找到最小和最大 x 和 y 值。
!