Relates :
|
The 2D API allows a developer to specify paths containing curved Bezier segments. GDI provides functions to stroke and fill Bezier paths, but the 2D implementation chooses to flatten all paths into polygons and render them as polygons instead which reduces quality and probably hurts performance.
|