Top "Picturebox" questions

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

Overlay two or more Bitmaps to show in Picturebox (C#)

In my C# program I have a Picturebox in which i want to show a stream of video (consecutive frames). …

c# bitmap picturebox alpha alphablending
Is there an event for an image change for a PictureBox Control?

How do I know when the image of the picturebox change? Is there an event for an image change?

c# winforms events picturebox
PictureBox visible property does not work... help please

I am using window app and C#.. i have a picture which is invisible at the start of the app.. …

c# picturebox
How to pan Image inside PictureBox

I have a custom PictureBox which can zoom in using MouseWheel event. Now I want to add a panning feature …

c# winforms mouseevent picturebox pan
Invert image faster in C#

I'm using WinForms. I have a picture-box in my form. When I open a picture in the picture-box I am …

c# .net colors picturebox invert
How to retrieve zoom factor of a WinForms PictureBox?

I need the precise position of my mouse pointer over a PictureBox. I use the MouseMove event of the PictureBox. …

c# winforms zoom mouseover picturebox
printing content of a picturebox

HI all, I have a picture box in my C# WinForms application which is sized 800x800. I want to print …

c# image picturebox printdialog
How do I make a PictureBox use Nearest Neighbor resampling?

I am using StretchImage because the box is resizable with splitters. It looks like the default is some kind of …

c# .net winforms gdi+ picturebox
How to show Image from byte array in Microsoft report

I am using a Report file and a ReportViewer control to show a report which loads data dynamically from objects …

c# image report bytearray picturebox
picturebox image randomisation C#

i am working on a puzzle slider program and trying to randomize images inside of pictureboxes. I did some research …

c# picturebox windows-mobile-6 random