Click here to Skip to main content
15,915,513 members
Home / Discussions / C#
   

C#

 
GeneralRe: MDI; Finding a property on parent from MDI child form Pin
Mark Miller21-Aug-08 9:44
Mark Miller21-Aug-08 9:44 
GeneralRe: MDI; Finding a property on parent from MDI child form Pin
ianhunt0121-Aug-08 21:22
ianhunt0121-Aug-08 21:22 
GeneralRe: MDI; Finding a property on parent from MDI child form Pin
Mark Miller23-Aug-08 14:46
Mark Miller23-Aug-08 14:46 
GeneralRe: MDI; Finding a property on parent from MDI child form Pin
ianhunt0124-Aug-08 21:15
ianhunt0124-Aug-08 21:15 
AnswerRe: MDI; Finding a property on parent from MDI child form Pin
led mike20-Aug-08 9:33
led mike20-Aug-08 9:33 
GeneralRe: MDI; Finding a property on parent from MDI child form Pin
ianhunt0120-Aug-08 20:16
ianhunt0120-Aug-08 20:16 
GeneralRe: MDI; Finding a property on parent from MDI child form Pin
led mike21-Aug-08 6:44
led mike21-Aug-08 6:44 
QuestionSyntax Coloring Control For Use In A C# App Pin
Kevin Marois20-Aug-08 8:39
professionalKevin Marois20-Aug-08 8:39 
AnswerRe: Syntax Coloring Control For Use In A C# App Pin
Mark Miller20-Aug-08 9:15
Mark Miller20-Aug-08 9:15 
QuestionHelp in Key Event needed Pin
Saiyed Alam20-Aug-08 5:48
Saiyed Alam20-Aug-08 5:48 
AnswerRe: Help in Key Event needed Pin
vikas amin20-Aug-08 6:52
vikas amin20-Aug-08 6:52 
AnswerRe: Help in Key Event needed Pin
Giorgi Dalakishvili20-Aug-08 6:55
mentorGiorgi Dalakishvili20-Aug-08 6:55 
AnswerRe: Help in Key Event needed Pin
Alan N20-Aug-08 8:20
Alan N20-Aug-08 8:20 
GeneralRe: Help in Key Event needed Pin
Saiyed Alam21-Aug-08 23:39
Saiyed Alam21-Aug-08 23:39 
GeneralRe: Help in Key Event needed Pin
Alan N26-Aug-08 6:57
Alan N26-Aug-08 6:57 
GeneralRe: Help in Key Event needed Pin
Saiyed Alam26-Aug-08 7:50
Saiyed Alam26-Aug-08 7:50 
QuestionChange values of pixels in an area? Pin
gigahertz20520-Aug-08 5:35
gigahertz20520-Aug-08 5:35 
AnswerRe: Change values of pixels in an area? Pin
vikas amin20-Aug-08 7:01
vikas amin20-Aug-08 7:01 
QuestionRe: Change values of pixels in an area? Pin
Mark Salsbery20-Aug-08 7:16
Mark Salsbery20-Aug-08 7:16 
AnswerRe: Change values of pixels in an area? Pin
led mike20-Aug-08 8:17
led mike20-Aug-08 8:17 
GeneralRe: Change values of pixels in an area? Pin
Mark Salsbery20-Aug-08 8:21
Mark Salsbery20-Aug-08 8:21 
AnswerRe: Change values of pixels in an area? Pin
User 665820-Aug-08 7:38
User 665820-Aug-08 7:38 
GeneralRe: Change values of pixels in an area? Pin
gigahertz20520-Aug-08 11:46
gigahertz20520-Aug-08 11:46 
GeneralRe: Change values of pixels in an area? Pin
Mark Salsbery20-Aug-08 15:40
Mark Salsbery20-Aug-08 15:40 
Can you express this area as a Region (System.Drawing)?

If so can you create a Region from the image and use
Graphics.FillRegion()?

gigahertz205 wrote:
I set a specific value of intensity (for greyscale) or color within that region so fillrectangle is out of the question.


What do you mean by that? Your original post stated all the
pixels in the area will be the same color. You can use any color
brush you want to with FillRectangle() Confused | :confused:

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: Change values of pixels in an area? Pin
xieker20-Aug-08 16:46
xieker20-Aug-08 16:46 

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.