Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个区域,从中减去 n 个矩形,现在我需要以矩形的形式获取所有剩余空间。有没有办法做到这一点?
谢谢
首先,您应该意识到,如果该区域包含任何曲线,您得到的任何矩形集都可能是近似值。
其次,尝试使用一个标识矩阵调用GetRegionScans 。
RectangleF[] rects = region.GetRegionScans(new Matrix());