IrrlichtNETCP.GUIEnvironment.GuiEnv_AddListBox C# (CSharp) Method

GuiEnv_AddListBox() private method

private GuiEnv_AddListBox ( IntPtr guienv, int rectangle, IntPtr parent, int id, bool drawBackground ) : IntPtr
guienv System.IntPtr
rectangle int
parent System.IntPtr
id int
drawBackground bool
return System.IntPtr
        static extern IntPtr GuiEnv_AddListBox(IntPtr guienv, int[] rectangle, IntPtr parent, int id, bool drawBackground);