Clipper64

Ancestors

ClipperBase


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

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 ReverseSolution
AddSubject ZCallback
Clear
Execute
GetBounds

See Also

ClipperD, ClipType, FillRule