[]
创建 CellDecorationIcon 类的新实例。
public CellDecorationIcon(string src, int width, int height, IconPosition position)
| Type | Name | Description |
|---|---|---|
| string | src | 图标的内容字符串。 |
| int | width | 图标的宽度(以像素为单位)。 |
| int | height | 图标的高度(以像素为单位)。 |
| IconPosition | position | 图标的位置。 |