Microsoft.Xna.Framework.GameWindow.SetSupportedOrientations C# (CSharp) Method

SetSupportedOrientations() protected abstract method

protected abstract SetSupportedOrientations ( DisplayOrientation orientations ) : void
orientations DisplayOrientation
return void
		protected internal abstract void SetSupportedOrientations (DisplayOrientation orientations);
		protected abstract void SetTitle (string title);