C# 클래스 AODL.Document.Content.Draw.Graphic

Graphic represent a graphic resp. image.
상속: IContent, IContentContainer
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
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