ErasePolygon

procedure ErasePolygon(img: TImage32; const polygon: TPathD; fillRule: TFillRule); overload;

procedure ErasePolygon(img: TImage32; const polygons: TPathsD; fillRule: TFillRule); overload;


Erases those portions of the supplied image that are covered by the polygon regions.

This procedure is almost identical to Img32.Extra.Erase.

See Also

Erase