Top "Picturebox" questions

The PictureBox is a control in the Windows Forms system that provides a way to display an image.

How to put image in a picture box from a byte[] in C#

I've a byte array which contains an image binary data in bitmap format. How do I display it using the …

c# .net picturebox bitmapimage
Moving a control by dragging it with the mouse in C#

I'm trying to move the control named pictureBox1 by dragging it around. The problem is, when it moves, it keeps …

c# location picturebox mousedown movable
How to zoom an image in&out in C#?

I want to implement zoom for an image. I don't want to resize the PictureBox, but the image itself. How …

c# image resize picturebox
Transparent images with C# WinForms

I am working on a Windows Forms application in VS 2008, and I want to display one image over the top …

c# .net image transparency picturebox
Free file locked by new Bitmap(filePath)

I have the Image of a PictureBox pointing to a certain file "A". At execution time I want to change …

c# image file picturebox
Resize an image in a PictureBox to as large as it can go, while maintaining aspect ratio?

I'm trying to make it so that an image in a PictureBox control will adjust its size automatically depending on …

c# .net winforms picturebox
How can I detect a held down mouse button over a PictureBox?

I need to fire an event when the mouse is above a PictureBox with the mouse button already clicked and …

c# winforms mouse picturebox
Read picture box mouse coordinates on click

I have a Picture Box with a picture loaded and I want to read the location (as in x,y …

c# mouse coordinates picturebox
How to refresh PictureBox

I've little question to ask. Let's say I've written an ellipse on pictureBox, then clicked a button. I want pictureBox …

c# winforms picturebox
Rounded edges in picturebox C#

How to round edges in picturebox control. I Want to get angles like ellipse have but i dont know how …

c# picturebox edges