TsgCADImage.UseWinEllipse

TsgCADImage                Example

  Classes Reference > TsgCADImage > TsgCADImage Properties >

TsgCADImage.UseWinEllipse

TsgCADImage                Example

Previous pageReturn to chapter overviewNext page

property UseWinEllipse: Boolean

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.

Note:

1.        Dotted arcs and circles are always linearized.
2.        Arcs and circles in the 3D drawings (property Is3D is True) are always linearized.

 

 

Go to CAD VCL Enterprise