Axiom.RenderSystems.OpenGLES.IPhone.IPhoneWindow.Resize C# (CSharp) Method

Resize() public method

public Resize ( int width, int height ) : void
width int
height int
return void
		public override void Resize( int width, int height )
		{
			throw new NotImplementedException();
		}