Axiom.RenderSystems.DirectX9.VideoMode.ToString C# (CSharp) Method

ToString() public method

Returns a string representation of this video mode.
public ToString ( ) : string
return string
		public override string ToString()
		{
			return string.Format( "{0} x {1} @ {2}-bit color", displayMode.Width, displayMode.Height, this.ColorDepth );
		}