AODL.Document.Content.Draw.DrawAreaRectangle.NewXmlNode C# (CSharp) Method

NewXmlNode() protected method

Create a new XmlNode.
protected NewXmlNode ( ) : void
return void
		override protected void NewXmlNode()
		{			
			this.Node		= this.Document.CreateNode("area-rectangle", "draw");
		}
	}