Graphics
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Graphic [] (index:
number)
Returns the Graphic with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Graphic anyItem ()
Returns any Graphic in the collection.
number count ()
Displays the number of elements in the Graphic.
Array
of Graphic everyItem ()
Returns every Graphic in the collection.
Graphic firstItem ()
Returns the first Graphic in the collection.
Graphic item (index:
varies)
Returns the Graphic with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Graphic itemByID (id:
number)
Returns the Graphic with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
Graphic itemByName (name:
string)
Returns the Graphic with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of Graphic itemByRange (from:
varies, to:
varies)
Returns the Graphics within the specified range.
Parameter | Type | Description |
---|---|---|
from | Graphic Long Integer String | The Graphic, index, or name at the beginning of the range. Can accept: Graphic, Long Integer or String. |
to | Graphic Long Integer String | The Graphic, index, or name at the end of the range. Can accept: Graphic, Long Integer or String. |
Graphic lastItem ()
Returns the last Graphic in the collection.
Graphic middleItem ()
Returns the middle Graphic in the collection.
Graphic nextItem (obj:
Graphic)
Returns the Graphic whose index follows the specified Graphic in the collection.
Parameter | Type | Description |
---|---|---|
obj | Graphic | The Graphic whose index comes before the desired Graphic. |
Graphic previousItem (obj:
Graphic)
Returns the Graphic with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | Graphic | The index of the Graphic that follows the desired Graphic. |
string toSource ()
Generates a string which, if executed, will return the Graphic.
Element of
Button.graphics
GraphicLine.graphics
Movie.graphics
MultiStateObject.graphics
Oval.graphics
Page.masterPageItems
PlaceGun.graphics
Polygon.graphics
Rectangle.graphics
Sound.graphics
SplineItem.graphics
State.graphics
XMLElement.graphics
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |