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