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

DrawArea() protected méthode

Initializes a new instance of the DrawArea class.
protected DrawArea ( IDocument document ) : System
document IDocument The document.
Résultat System
		protected DrawArea(IDocument document)
		{
			this.Document = document;
			this.InitStandards();
			this.NewXmlNode();
		}