C# 클래스 Dalssoft.DiagramNet.NodeElement

상속: BaseElement
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
connects Dalssoft.DiagramNet.ConnectorElement[]

Private Properties

프로퍼티 타입 설명
Draw void

공개 메소드들

메소드 설명
GetLinkedNodes ( ) : ElementCollection
Invalidate ( ) : void

보호된 메소드들

메소드 설명
DrawConnectors ( Graphics g ) : void
InitConnectors ( ) : void
NodeElement ( int top, int left, int width, int height ) : System
UpdateConnectorsPosition ( ) : void

비공개 메소드들

메소드 설명
Draw ( Graphics g, bool drawConnector ) : void

메소드 상세

DrawConnectors() 보호된 메소드

protected DrawConnectors ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

GetLinkedNodes() 공개 메소드

public GetLinkedNodes ( ) : ElementCollection
리턴 ElementCollection

InitConnectors() 보호된 메소드

protected InitConnectors ( ) : void
리턴 void

Invalidate() 공개 메소드

public Invalidate ( ) : void
리턴 void

NodeElement() 보호된 메소드

protected NodeElement ( int top, int left, int width, int height ) : System
top int
left int
width int
height int
리턴 System

UpdateConnectorsPosition() 보호된 메소드

protected UpdateConnectorsPosition ( ) : void
리턴 void

프로퍼티 상세

connects 보호되어 있는 프로퍼티

protected ConnectorElement[],Dalssoft.DiagramNet connects
리턴 Dalssoft.DiagramNet.ConnectorElement[]