UseWinEllipse
Description
Set UseWinEllipse to True for drawing most of the arcs and circles in the image using GDI Windows functions such as Ellipse, Arc, etc., not linearized. If UseWinEllipse is False (default) all the arcs and circles in the image will be drawn as a row of lines.
- Dotted arcs and circles are always linearized.
- Arcs and circles in the 3D drawings (property Is3D is True) are always linearized.
Syntax
property UseWinEllipse: Boolean;