PictureBox.getImage

Overview | Methods | This Package | All Packages

PictureBox.getImage

Retrieves the image currently displayed by the PictureBox control.

Syntax

public final Image getImage()

Return Value

Returns an Image object that specifies the currently displayed image. If no image is displayed, this method returns null.