Filling a closed contour in a given bitmap
-
I was wondering if there is a built in function in C# that performs filling. I 'll give it the closed contour as an input and I need the filled contour as an output..Does anyone know a built in function that does that,or a ready made program that one did before that I could use. Please reply ASAP EA
-
I was wondering if there is a built in function in C# that performs filling. I 'll give it the closed contour as an input and I need the filled contour as an output..Does anyone know a built in function that does that,or a ready made program that one did before that I could use. Please reply ASAP EA
There are a number of articles with programming examples on this site (and others) relating to converting a bitmap to a region for irregularly shaped forms and controls. You can of course fill a region for any purpose :-) http://www.codeproject.com/csharp/bmprgnform.asp Sorry I'm using FireFox, no clickety..:omg: Gary