Retrieves a value that indicates how the PictureBox control will render the image.
public final int getSizeMode()
Returns one of the enumeration constants defined in the PictureBoxSizeMode class.
By default, the PictureBox control has a sizing mode of PictureBoxSizeMode.NORMAL, which means that the image is placed in the upper-left corner of the control's client area, and that any part of the image that will not fit into this area is clipped.
See Also setSizeMode