PictureBox.setImage

Overview | Methods | This Package | All Packages

PictureBox.setImage

Associates an image with the PictureBox control.

Syntax

public final void setImage( Image value )

Parameters

value

An Image object that specifies the image to display in this control.

See Also   getImage