Property | Type | Description | |
---|---|---|---|
Bottom | float | ||
Left | float | ||
Name | string | ||
Right | float | ||
Top | float |
Method | Description | |
---|---|---|
ListBoxIcon ( Microsoft.Xna.Framework.Graphics.Texture2D texture, string name ) : System | ||
ListBoxIcon ( float top, float bottom, float left, float right, string name ) : System |
Method | Description | |
---|---|---|
RaiseIconClick ( |
public ListBoxIcon ( Microsoft.Xna.Framework.Graphics.Texture2D texture, string name ) : System | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
name | string | |
return | System |
public ListBoxIcon ( float top, float bottom, float left, float right, string name ) : System | ||
top | float | |
bottom | float | |
left | float | |
right | float | |
name | string | |
return | System |