Item

XImageCollection indexer (1 of 2)

通过索引从集合中获取图像。

public XImage this[int index] { get; }
范围描述
index图像索引

返回值

检索到的图像。

也可以看看


XImageCollection indexer (2 of 2)

按名称从集合中获取图像。

public XImage this[string name] { get; }
范围描述
name图像名称。

返回值

检索到的图像。

也可以看看