--- title: "PictureBox Control Overview" ms.date: "03/30/2017" f1_keywords: - "PictureBox" helpviewer_keywords: - "PictureBox control [Windows Forms], about PictureBox controls" - "picture controls [Windows Forms], about picture controls" - "image controls [Windows Forms], about image controls" ms.assetid: e5befee7-dc29-4888-a7c4-3b177e394112 --- # PictureBox Control Overview (Windows Forms) The Windows Forms control is used to display graphics in bitmap, GIF, JPEG, metafile, or icon format. ## Key Properties and Methods The picture that is displayed is determined by the property, which can be set at run time or at design time. You can alternatively specify the image by setting the property and then load the image synchronously using the method or asynchronously using the method. The property controls how the image and control fit with each other. For more information, see [How to: Modify the Size or Placement of a Picture at Run Time](how-to-modify-the-size-or-placement-of-a-picture-at-run-time-windows-forms.md). ## See also - - [How to: Load a Picture Using the Designer](how-to-load-a-picture-using-the-designer-windows-forms.md) - [How to: Modify the Size or Placement of a Picture at Run Time](how-to-modify-the-size-or-placement-of-a-picture-at-run-time-windows-forms.md) - [How to: Set Pictures at Run Time](how-to-set-pictures-at-run-time-windows-forms.md) - [PictureBox Control](picturebox-control-windows-forms.md)