Package ilcd
Class GraphicInfo
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:
Copyright © demmel products gmbh. All rights reserved.