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.
我有两条曲线。其中一个高于另一个。我也设置了IsSmooth(true线条在拐角处弯曲)。我想填充顶部和底部曲线之间的区域......</p>
IsSmooth
true
这样做的最佳方法是什么?我认为使用 PolyObj 不是一个好主意,因为我必须单独存储点,并且最终填充的区域不像线条那样平滑。
这是一个示例: