#ifndef CLIPPER_RECTCLIP_LINES_H #define CLIPPER_RECTCLIP_LINES_H #include "clipper.rectclip.h" namespace Clipper2Lib { class CLIPPER2_DLL CRectClipLines : public CRectClip { public: CRectClipLines(const Rect64& rect); Paths64 Execute(const Path64& path); }; } #endif // CLIPPER_RECTCLIP_LINES_H