Property | Type | Description | |
---|---|---|---|
LayerCollection | System |
Method | Description | |
---|---|---|
Add ( |
往图层集中增加一个图层对象。
|
|
Clear ( ) : void |
清除集合中所有项。
|
|
Contains ( |
图层集合中是否包含指定的图层。
|
|
GetEnumerator ( ) : IEnumerator |
返回一个循环访问集合的枚举器。
|
|
ISerializable ( |
||
IndexOf ( |
搜索指定的对象,并返回整个 LayerCollection中第一个匹配项的从零开始的索引。
|
|
Insert ( int index, |
根据指定的索引将图层对象插入到指定的位置。
|
|
LayerCollection ( ) : System |
默认的构造函数。
|
|
RemoveAt ( int index ) : void |
移除指定位置的图层。
|
|
this ( int index ) : |
根据索引获取对象。
|
Method | Description | |
---|---|---|
LayerCollection ( |
public ISerializable ( |
||
info | ||
context | ||
return | void |
public Insert ( int index, |
||
index | int | 图层索引。 |
item | 图层对象。 | |
return | void |