Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
InitStandards ( ) : void |
Inits the standards.
|
protected Content_Inserted ( int index, object value ) : void | ||
index | int | The index. |
value | object | The value. |
return | void |
protected Content_Removed ( int index, object value ) : void | ||
index | int | The index. |
value | object | The value. |
return | void |
protected CreateAttribute ( string name, string text, string prefix ) : void | ||
name | string | The attribute name. |
text | string | The attribute value. |
prefix | string | The namespace prefix. |
return | void |
protected DrawArea ( IDocument document ) : System | ||
document | IDocument | The document. |
return | System |