Package ilcd
Class GraphicInfo

Public Method getGraphicIndex

int getGraphicIndex()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Description
graphicIndex the index of a graphic

The getGraphicIndex() method is used to obtain the index of a graphic.

Example

int graphicIndex = Control.getGraphicInfo(0).getGraphicIndex();

Draw.writeText(" graphic index: " + graphicIndex);

See also:

Control.getGraphicInfo(int)