property Antialiased: Boolean;
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.