Unit 'Img32.Clipper2' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_image32]

UnionPolygons

Declaration

Source position: Img32.Clipper2.pas line 42

function UnionPolygons(

  const polygons: TPathsD;

  fillRule: TFillRule

):TPathsD; overload;

function UnionPolygons(

  const polygon1: TPathD;

  const polygon2: TPathD;

  fillRule: TFillRule

):TPathsD; overload;

function UnionPolygons(

  const polygons1: TPathsD;

  const polygons2: TPathsD;

  fillRule: TFillRule

):TPathsD; overload;



CT Web help

CodeTyphon Studio