You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
305 B
C

1 month ago
#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