Quantcast
Channel: event paint picture box
Browsing all 4 articles
Browse latest View live

event paint picture box

The Paint event is only raised when Windows decides the control needs to refresh.  If you want to force a refresh then call theInvalidatemethod on the picturebox inside your click handler.  This will...

View Article



event paint picture box

I have a picture box with a map, grab a few points and keep them in a metriz (20.2) with x and y cordenadas with a click event, but I do it with a loop, I want to do is paint a line like it was the...

View Article

event paint picture box

The Click handler has nothing to do with Paint.  The Click handler is raised when the user clicks inside the control.  The Paint handler is raised when the control is first shown and then whenever...

View Article

event paint picture box

Hi: I have declared the variable as public pint and modify in this event:          private void PictureBox1_Click (object sender, EventArgs e)  but then when I consult in the event down to paint does...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images