Specifies that if the PictureBox control is larger than the image it displays, the image should be centered in the space available in the control.
public static final int CENTER_IMAGE;
If the image is larger than the PictureBox control, the image is placed in the upper-left corner of the control's client area and is clipped as necessary.