Microsoft SDK for Java

PictureBoxSizeMode.NORMAL

Specifies that the image should be placed in the upper-left corner of the PictureBox control's client area, that the image should be clipped if the image is larger than the control, and that no other special processing should occur.

Syntax

public static final int NORMAL;

© 1999 Microsoft Corporation. All rights reserved. Terms of use.