路径曲线周围的区域
如何在曲线周围创建一个 Region
对象?
我使用 Path
对象制作二次贝塞尔曲线,然后使用 drawPath()
函数将它们绘制到 Canvas
中。我需要在曲线周围创建“附近”Region
对象。
你能帮忙吗? 谢谢!
How I can make a Region
object around a curve?
I make quadratic Bezier curves with Path
objects and, then, I draw them into a Canvas
with the drawPath()
function. I need to make 'nearby' Region
objects around the curves.
Can you help?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不是 android 用户,但是:
以获得移动的控制点,只需将它们沿与曲线垂直的方向平移即可
移位大小是区域宽度的一半。
i am not android user but:
to get shifted control points just translate them in perpendicular direction from the curve
the shift size is half of the region width.