public class ControlPictureSizeMode
Field Summary | ||
---|---|---|
static final int | CLIP | |
Crops any part of the picture that is larger than the control's boundaries.
|
||
static final int | STRETCH | |
Stretches the picture to fill the control's area.
This setting distorts the picture in either the horizontal or vertical direction.
|
||
static final int | ZOOM | |
Enlarges the picture, but does not distort the picture in either the horizontal or vertical direction.
|
public static final int CLIP
public static final int STRETCH
public static final int ZOOM