Class GridViewImageIcon
Inherited Members
Namespace: Genesis.UI.Items
Assembly: Genesis.dll
Syntax
public class GridViewImageIcon : IItem
Constructors
GridViewImageIcon(string, Texture)
Declaration
public GridViewImageIcon(string name, Texture texture)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| Texture | texture |
Properties
Texture
Declaration
public Texture Texture { get; set; }
Property Value
| Type | Description |
|---|---|
| Texture |
Methods
OnRender(IRenderDevice, Widget, Rect)
Declaration
public override void OnRender(IRenderDevice renderer, Widget parent, Rect screenBounds)
Parameters
| Type | Name | Description |
|---|---|---|
| IRenderDevice | renderer | |
| Widget | parent | |
| Rect | screenBounds |