Goblin - A Platform for 3D AR and VR Applications

Framework.CreateWindow Method (String, Icon, MainMenu, Int32, Int32)

Creates a window with the specified title, icon, menu, and starting position. If Init hasn't been called, this will call with default params. Instead of calling this, you can call SetWindow to use an existing window

public void CreateWindow(
   string windowTitle,
   Icon icon,
   MainMenu menu,
   int x,
   int y
);

See Also

Framework Class | Microsoft.Samples.DirectX.UtilityToolkit Namespace | Framework.CreateWindow Overload List