[Mono-list] System.Drawing.Drawing2D.GraphicsPath

Jon Watte hplus@b500.com
Mon, 19 Jul 2004 05:57:16 -0700


> System.Drawing as the ability to apply boolean ops on GraphicsPath.=20
> As my problem is to find the intersection between two paths, I=20
> thought the API could expose the underlying mechanism... but maybe=20
> it's not the case...

The "boolean" of the two paths is, AFAICT, a raster-level boolean,=20
i e something you could generate by rendering the components into=20
bitmaps and then doing operations on those bitmaps.

Cheers,

			/ h+