Axiom.RenderSystems.OpenGLES.IPhone.IPhoneWindow.Resize C# (CSharp) Метод

Resize() публичный Метод

public Resize ( int width, int height ) : void
width int
height int
Результат void
		public override void Resize( int width, int height )
		{
			throw new NotImplementedException();
		}