C# Класс AODL.Document.Content.Draw.DrawArea

Summary for DrawArea.
Наследование: IContent, IContentContainer
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

DrawArea ( IDocument document ) : System

Initializes a new instance of the DrawArea class.

NewXmlNode ( ) : void

Initializes a new instance of the DrawAreaRectangle class.

Приватные методы

Метод Описание
InitStandards ( ) : void

Inits the standards.

Описание методов

Content_Inserted() защищенный Метод

Content_s the inserted.
protected Content_Inserted ( int index, object value ) : void
index int The index.
value object The value.
Результат void

Content_Removed() защищенный Метод

Content_s the removed.
protected Content_Removed ( int index, object value ) : void
index int The index.
value object The value.
Результат void

CreateAttribute() защищенный Метод

Create a XmlAttribute for propertie XmlNode.
protected CreateAttribute ( string name, string text, string prefix ) : void
name string The attribute name.
text string The attribute value.
prefix string The namespace prefix.
Результат void

DrawArea() защищенный Метод

Initializes a new instance of the DrawArea class.
protected DrawArea ( IDocument document ) : System
document IDocument The document.
Результат System

NewXmlNode() абстрактный защищенный Метод

Initializes a new instance of the DrawAreaRectangle class.
abstract protected NewXmlNode ( ) : void
Результат void