ClipperD

Ancestors

ClipperBase


The ClipperD class performs boolean 'clipping'. This class is very similar to Clipper64 except that coordinates passed to ClipperD objects are of type double instead of type Int64.

Subject and Clip paths are passed to a Clipper object via AddSubject, AddOpenSubject and AddClip methods. Clipping operations are then initiated by calling Execute. And Execute can be called multiple times (ie with different ClipTypes & FillRules) without having to reload these paths.

Reference

Methods Properties
AddClip PreserveCollinear
AddOpenSubject ZCallback
AddSubject
Clear
Constructor
Execute
GetBounds

See Also

Clipper64, ClipType, FillRule