PictureBox Class

PictureBox Class

This Package | All Packages

Component
  |
  +--Control
    |
    +--PictureBox
public class PictureBox
extends Control

Topic under construction.

Constructors
Name Description
PictureBox() Topic under construction.

Methods
Name Description
getAutoSize() Topic under construction.
getCenter() Topic under construction.
getImage() Topic under construction.
getPalette() Topic under construction.
getStretch() Topic under construction.
setAutoSize(boolean autoSize) Topic under construction.
setCenter(boolean center) Topic under construction.
setImage(Image image) Topic under construction.
setStretch(boolean stretch) Topic under construction.

Constructors

PictureBox.PictureBox

Syntax
public PictureBox();
Description

Topic under construction.

Methods

PictureBox.getAutoSize

Syntax
public boolean getAutoSize();
Description

Topic under construction.

PictureBox.getCenter

Syntax
public boolean getCenter();
Description

Topic under construction.

PictureBox.getImage

Syntax
public Image getImage();
Description

Topic under construction.

PictureBox.getPalette

Syntax
public Palette getPalette();
Description

Topic under construction.

Overrides

getPalette() in Control.

PictureBox.getStretch

Syntax
public boolean getStretch();
Description

Topic under construction.

PictureBox.setAutoSize

Syntax
public void setAutoSize( boolean autoSize );
Description

Topic under construction.

PictureBox.setCenter

Syntax
public void setCenter( boolean center );
Description

Topic under construction.

PictureBox.setImage

Syntax
public void setImage( Image image );
Description

Topic under construction.

PictureBox.setStretch

Syntax
public void setStretch( boolean stretch );
Description

Topic under construction.