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

DrawAreaRectangle represent draw area rectangle which could be used within a ImageMap.
상속: DrawArea
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

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