ZCallback64

Delphi TZCallback64 = procedure (const bot1, top1, bot2, top2: TPoint64; var intersectPt: TPoint64) of object;

C++ typedef std::function<void(const Point64& e1bot, const Point64& e1top, const Point64& e2bot, const Point64& e2top, Point64& pt)> ZCallbackD;

C#  public delegate void ZCallbackD(Point64 bot1, Point64 top1, Point64 bot2, Point64 top2, ref Point64 intersectPt);


Z Callback function definitions.

See Also

Clipper64.ZCallback, ZCallbackD, USINGZ