Antialiased

Graphics32

TPolygon32.Antialiased

property Antialiased: Boolean;

Description

Determines the quality of the shape when it is drawn with Draw, DrawFill or DrawEdge methods.

When Antialiased = False, the object uses PolyPolylineTS and PolyPolygonTS functions, otherwise, it uses PolyPolylineXS and PolyPolygonXS functions.

See Also

Draw, DrawEdge, DrawFill, PolyPolyline