C# 클래스 Dalssoft.DiagramNet.BaseLinkElement

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

보호된 프로퍼티들

프로퍼티 타입 설명
connector1 ConnectorElement
connector2 ConnectorElement
endCap LineCap
needCalcLink bool
startCap LineCap

Private Properties

프로퍼티 타입 설명
BaseLinkElement System
CalcLink void

공개 메소드들

메소드 설명
GetRectangle ( ) : Rectangle

보호된 메소드들

메소드 설명
OnConnectorChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
BaseLinkElement ( ConnectorElement conn1, ConnectorElement conn2 ) : System
CalcLink ( ) : void

메소드 상세

GetRectangle() 공개 메소드

public GetRectangle ( ) : Rectangle
리턴 System.Drawing.Rectangle

OnConnectorChanged() 보호된 메소드

protected OnConnectorChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

connector1 보호되어 있는 프로퍼티

protected ConnectorElement,Dalssoft.DiagramNet connector1
리턴 ConnectorElement

connector2 보호되어 있는 프로퍼티

protected ConnectorElement,Dalssoft.DiagramNet connector2
리턴 ConnectorElement

endCap 보호되어 있는 프로퍼티

protected LineCap endCap
리턴 LineCap

needCalcLink 보호되어 있는 프로퍼티

protected bool needCalcLink
리턴 bool

startCap 보호되어 있는 프로퍼티

protected LineCap startCap
리턴 LineCap