Microsoft SDK for Java

ImageList.replaceImage

Replaces the specified image with another image.

Syntax

public void replaceImage( int index, Image value )

Parameters

index

The zero-based index of the image to remove.

value

An Image object that represents the image to replace the removed image with.

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