C# Class FlatRedBall.Gui.ListBoxIcon

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Bottom float
Left float
Name string
Right float
Top float

Public Methods

Method Description
ListBoxIcon ( Microsoft.Xna.Framework.Graphics.Texture2D texture, string name ) : System
ListBoxIcon ( float top, float bottom, float left, float right, string name ) : System

Private Methods

Method Description
RaiseIconClick ( CollapseItem collapseItem, ListBoxBase listBoxBase ) : void

Method Details

ListBoxIcon() public method

public ListBoxIcon ( Microsoft.Xna.Framework.Graphics.Texture2D texture, string name ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
name string
return System

ListBoxIcon() public method

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

Property Details

Bottom public property

public float Bottom
return float

Left public property

public float Left
return float

Name public property

public string Name
return string

Right public property

public float Right
return float

Top public property

public float Top
return float