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

DrawAreaRectangle represent draw area rectangle which could be used within a ImageMap.
Наследование: DrawArea
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DrawAreaRectangle ( IDocument document, XmlNode node ) : System

Initializes a new instance of the DrawAreaRectangle class.

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

Initializes a new instance of the DrawAreaRectangle class.

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

Initializes a new instance of the DrawAreaRectangle class.

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

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

Create a new XmlNode.

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

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

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

Initializes a new instance of the DrawAreaRectangle class.
public DrawAreaRectangle ( IDocument document, string x, string y, string width, string height ) : System
document IDocument The document.
x string The x.
y string The y.
width string The width.
height string The height.
Результат System

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

Initializes a new instance of the DrawAreaRectangle class.
public DrawAreaRectangle ( IDocument document, string x, string y, string width, string height, EventListeners listeners ) : System
document IDocument The document.
x string The x.
y string The y.
width string The width.
height string The height.
listeners AODL.Document.Content.OfficeEvents.EventListeners The listeners.
Результат System

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

Create a new XmlNode.
protected NewXmlNode ( ) : void
Результат void