【发布时间】:2011-11-07 12:33:58
【问题描述】:
如何用另一个GraphicsPath 剪辑System.Drawing.Drawing2D.GraphicsPath 以获得新的GraphicsPath?
注意 1:可以 SetClip() 整个 System.Drawing.Graphics 对象,但这里需要某种与 GraphicsPath 相交以获取另一个 GraphicsPath。
注意 2:这里讨论的方法 (Intersecting GraphicsPath objects) 返回一个区域。这里我们期望一个 GraphicsPath
【问题讨论】: