Server.Gumps.GumpHtml.Compile C# (CSharp) Méthode

Compile() public méthode

public Compile ( ) : string
Résultat string
		public override string Compile()
		{
			return String.Format( "{{ htmlgump {0} {1} {2} {3} {4} {5} {6} }}", m_X, m_Y, m_Width, m_Height, Parent.Intern( m_Text ), m_Background ? 1 : 0, m_Scrollbar ? 1 : 0 );
		}