Open CRImier opened 5 years ago
The RotateFlip you see is for the standard .NET Bitmap class...
Flipping a gerber is a bit more involved (to remain compatible with the largest set of readers, macros would need to be flipped as well as polygons reversed...)
Oh no. Well, there go my hopes ;-P Thank you for the clarification!
If they are your gerbers, you can always flip it in the tool that generated them ofcourse :-)
Sometimes, a board with weird shape just won't fit inside another board, but it would if it were flipped. I imagine it would be simple to implement, given that you already have a
.RotateFlip
method in code. If I infer its purpose correctly, it should be easy to apply.Rotate
andRotateFlip
conditionally based on a checkbox state.