Click here to Skip to main content
15,895,877 members
Home / Discussions / C#
   

C#

 
QuestionBusqueda en un Datagridview Pin
yaguis7-Apr-09 8:07
yaguis7-Apr-09 8:07 
AnswerRe: Busqueda en un Datagridview Pin
Christian Graus7-Apr-09 11:14
protectorChristian Graus7-Apr-09 11:14 
AnswerRe: Busqueda en un Datagridview Pin
Rajdeep.NET is BACK7-Apr-09 20:02
Rajdeep.NET is BACK7-Apr-09 20:02 
AnswerRe: Busqueda en un Datagridview Pin
Blue_Boy7-Apr-09 22:19
Blue_Boy7-Apr-09 22:19 
QuestionFlood Fill in C# Pin
k_crysa7-Apr-09 7:49
k_crysa7-Apr-09 7:49 
AnswerRe: Flood Fill in C# Pin
Thomas Stockwell7-Apr-09 9:22
professionalThomas Stockwell7-Apr-09 9:22 
AnswerRe: Flood Fill in C# Pin
Christian Graus7-Apr-09 11:15
protectorChristian Graus7-Apr-09 11:15 
AnswerRe: Flood Fill in C# Pin
dybs7-Apr-09 19:19
dybs7-Apr-09 19:19 
k_crysa wrote:
I want to be able to fill areas with an undetermined shape


As for "undetermined shape", do you have access to the points used to define/enclose the region? If so, you may be able to use the System.Drawing.Drawing2D.GraphicsPath [^] or System.Drawing.Region[^] classes to fill your area. At the bottom of each of these pages is a link to "Members" of each class, so you can see the functions and properties available. I seem to remember there being a simple "Fill()" function, but can't find the reference to it right now. For performance reasons, it's usually best to avoid setting individual pixels if at all possible.

I could be wrong, I may be thinking of the FillMode, which might be different that what you're looking for. Anyone know if I'm on the right track here?

Hope this helps

Dybs
GeneralNeed Coding advice Pin
al3xutzu007-Apr-09 7:05
al3xutzu007-Apr-09 7:05 
GeneralRe: Need Coding advice Pin
Xmen Real 7-Apr-09 7:29
professional Xmen Real 7-Apr-09 7:29 
QuestionDatagridview comboboxcolumn question Pin
NewToAspDotNet7-Apr-09 7:04
NewToAspDotNet7-Apr-09 7:04 
AnswerRe: Datagridview comboboxcolumn question Pin
al3xutzu007-Apr-09 7:25
al3xutzu007-Apr-09 7:25 
GeneralRe: Datagridview comboboxcolumn question Pin
Xmen Real 7-Apr-09 7:32
professional Xmen Real 7-Apr-09 7:32 
QuestionHow do I disable external memory writing access to a Process? Pin
Fyrecrypts7-Apr-09 6:37
Fyrecrypts7-Apr-09 6:37 
AnswerRe: How do I disable external memory writing access to a Process? Pin
Xmen Real 7-Apr-09 6:49
professional Xmen Real 7-Apr-09 6:49 
AnswerRe: How do I disable external memory writing access to a Process? Pin
Dave Kreskowiak7-Apr-09 6:57
mveDave Kreskowiak7-Apr-09 6:57 
GeneralRe: How do I disable external memory writing access to a Process? Pin
Fyrecrypts7-Apr-09 6:59
Fyrecrypts7-Apr-09 6:59 
AnswerRe: How do I disable external memory writing access to a Process? Pin
Dan Neely7-Apr-09 8:23
Dan Neely7-Apr-09 8:23 
GeneralRe: How do I disable external memory writing access to a Process? Pin
Fyrecrypts7-Apr-09 8:41
Fyrecrypts7-Apr-09 8:41 
GeneralRe: How do I disable external memory writing access to a Process? Pin
Eddy Vluggen7-Apr-09 9:34
professionalEddy Vluggen7-Apr-09 9:34 
GeneralRe: How do I disable external memory writing access to a Process? Pin
Fyrecrypts7-Apr-09 9:38
Fyrecrypts7-Apr-09 9:38 
QuestionThreading - CPU/RAM Usuage Pin
dataminers7-Apr-09 6:14
dataminers7-Apr-09 6:14 
AnswerRe: Threading - CPU/RAM Usuage Pin
Luc Pattyn7-Apr-09 6:26
sitebuilderLuc Pattyn7-Apr-09 6:26 
GeneralRe: Threading - CPU/RAM Usuage Pin
Xmen Real 7-Apr-09 6:28
professional Xmen Real 7-Apr-09 6:28 
GeneralRe: Threading - CPU/RAM Usuage Pin
Luc Pattyn7-Apr-09 6:44
sitebuilderLuc Pattyn7-Apr-09 6:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.