ZFillCallback

Del.» type TZFillCallback = procedure (const Z1, Z2: TIntPoint; var Pt: TIntPoint);

C++ » typedef void (*TZFillCallback)(const IntPoint& z1, const IntPoint& z2, IntPoint& pt);

C#  » public delegate void TZFillCallback(IntPoint Z1, IntPoint Z2, ref IntPoint pt);


See Also

Clipper.ZFillFunction