Axiom.RenderSystems.DirectX9.D3DMultiRenderTarget.CheckAndUpdate C# (CSharp) Méthode

CheckAndUpdate() private méthode

private CheckAndUpdate ( ) : void
Résultat void
		private void CheckAndUpdate()
		{
			if ( this._targets[ 0 ] != null )
			{
				width = this._targets[ 0 ].Width;
				height = this._targets[ 0 ].Height;
			}
			else
			{
				width = 0;
				height = 0;
			}
		}