PictureBoxSizeMode.CENTER_IMAGE

Overview | Methods | Fields | This Package | All Packages

PictureBoxSizeMode.CENTER_IMAGE

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.

Syntax

public static final int CENTER_IMAGE;

Remarks

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.