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

Graphic represent a graphic resp. image.
Наследование: IContent, IContentContainer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Graphic ( IDocument document, Frame frame, string graphiclink ) : System

Initializes a new instance of the Graphic class.

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

Метод Описание
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.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( string graphiclink ) : void

Create a new XmlNode.

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

Graphic() публичный метод

Initializes a new instance of the Graphic class.
public Graphic ( IDocument document, Frame frame, string graphiclink ) : System
document IDocument The document.
frame Frame The frame.
graphiclink string The graphiclink.
Результат System