Lines arround rectangles
Budget $30-5000 USD
Job Description:
Please see the attached file. There are two pages. Frist page is the input and the second is the output. I need a C# class in which I can pass a region size and a list of rectangles, and it returns me a list of lines in between these rectangles. I am looking forward for something like this: CreateLines(List rectangles, Region region) The region will have: 1. Width 2. Height 3. Left border 4. Right border 5. Top border 6. Bottom border Now here are a few things that MUST be considered before biding: 1. I need a sophisticated solution. 2. The X=0 and Y=0 are starting from top left corner of the region 3. All lines should be full vertical or horizontal lines. They must NOT be broken 4. The data type for the coordinates is double and it MUST remain in double. Do not convert it to float and then return back as double. We need absolute precession 5. The deadline for the project is three days, without any exceptions and it will not be extended at any cost. 6. The coordinates can be in any format, for example inches, pixels, millimeters. So do not automatically assume that the coordinate system. If you are interested then I will give you the sample input data. Let me know if you have any question. Good luck.