Microsoft SDK for Java

PictureBox Class

Encapsulates a PictureBox control.

Component 
  |
  +--Control 
    |
    +--PictureBox

package com.ms.wfc.ui

public class PictureBox
extends
Control

Remarks

A PictureBox control can display a graphic from a bitmap, icon, or metafile, as well as from an enhanced metafile, JPEG, or GIF files. It clips the graphic if the control isn't large enough to display the entire image.

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