C# Class AGS.Types.GUILabel

Inheritance: AGS.Types.GUIControl
Datei anzeigen Open project: adventuregamestudio/ags Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GUILabel ( ) : System
GUILabel ( XmlNode node ) : System
GUILabel ( int x, int y, int width, int height ) : System

Method Details

GUILabel() public method

public GUILabel ( ) : System
return System

GUILabel() public method

public GUILabel ( XmlNode node ) : System
node System.Xml.XmlNode
return System

GUILabel() public method

public GUILabel ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
return System