C# Class AODL.Document.Content.Draw.ImageMap

Summary for ImageMap. Example ImageMap
Inheritance: IContent, IContentContainer
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
ImageMap ( IDocument document, DrawArea drawareas ) : System

Initializes a new instance of the ImageMap class.

ImageMap ( IDocument document, XmlNode node ) : System

Initializes a new instance of the ImageMap class.

Private Methods

Method Description
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new XmlNode.

Method Details

ImageMap() public method

Initializes a new instance of the ImageMap class.
public ImageMap ( IDocument document, DrawArea drawareas ) : System
document IDocument The document.
drawareas DrawArea Array of drawareas.
return System

ImageMap() public method

Initializes a new instance of the ImageMap class.
public ImageMap ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
return System