TIEPolylineLayer.SmoothJaggedEdges
Declaration
function SmoothJaggedEdges(): Boolean;
Description
Eliminates the jagged edges from the polygon, e.g. when created using
LayersCreateFromEdge.
This function will smooth out angles.
Returns False if smoothing fails.
Note:
SmoothJaggedEdges will disable
EnableComplexPath
Example
TIEPolylineLayer(ImageEnView1.LayersCurrent).SmoothJaggedEdges();
See Also
◼LayersCreateFromEdge