C# Class IrrlichtNETCP.GUIStaticText

Inheritance: GUIElement
Show file Open project: Paulus/irrlichtnetcp Class Usage Examples

Public Methods

Method Description
GUIStaticText ( IntPtr raw ) : System

Private Methods

Method Description
GUIStaticText_EnableOverrideColor ( IntPtr st, bool enabled ) : void
GUIStaticText_GetTextHeight ( IntPtr st ) : int
GUIStaticText_SetOverrideColor ( IntPtr st, int color ) : void
GUIStaticText_SetOverrideFont ( IntPtr st, IntPtr font ) : void
GUIStaticText_SetWordWrap ( IntPtr st, bool enabled ) : void

Method Details

GUIStaticText() public method

public GUIStaticText ( IntPtr raw ) : System
raw System.IntPtr
return System