AODL.Document.Content.Draw.DrawAreaRectangle.DrawAreaRectangle C# (CSharp) Метод

DrawAreaRectangle() публичный Метод

Initializes a new instance of the DrawAreaRectangle class.
public DrawAreaRectangle ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
Результат System
		public DrawAreaRectangle(IDocument document, XmlNode node) : base(document)
		{
			this.Node			= node;
		}

Same methods

DrawAreaRectangle::DrawAreaRectangle ( IDocument document, string x, string y, string width, string height ) : System
DrawAreaRectangle::DrawAreaRectangle ( IDocument document, string x, string y, string width, string height, EventListeners listeners ) : System