UnionPolygons

function UnionPolygons(const polygons: TPathsD; fillRule: TFillRule): TPathsD; overload

function UnionPolygons(const polygon1, polygon2: TPathD; fillRule: TFillRule): TPathsD; overload

function UnionPolygons(const polygons1, polygons2: TPathsD; fillRule: TFillRule): TPathsD; overload

See Also

UnionPolygon