AODL.Document.Content.Draw.DrawAreaCircle.NewXmlNode C# (CSharp) Méthode

NewXmlNode() protected méthode

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