C# 클래스 Dalssoft.DiagramNet.RightAngleLinkElement

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

보호된 프로퍼티들

프로퍼티 타입 설명
conn1Dir CardinalDirection
conn2Dir CardinalDirection
label LabelElement
lines Dalssoft.DiagramNet.LineElement[]
needCalcLinkLocation bool
needCalcLinkSize bool
orientation Orientation

Private Properties

프로퍼티 타입 설명
CalcLink void
CalcLinkFirtTime void
CalcLinkLocation void
CalcLinkSize void
Draw void
IControllable IController
InitConnectors void
RestartProps void

공개 메소드들

메소드 설명
RightAngleLinkElement ( ConnectorElement conn1, ConnectorElement conn2 ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
CalcLink ( ) : void
CalcLinkFirtTime ( ) : void
CalcLinkLocation ( ) : void
CalcLinkSize ( ) : void
Draw ( Graphics g ) : void
IControllable ( ) : IController
InitConnectors ( ConnectorElement conn1, ConnectorElement conn2 ) : void
RestartProps ( ) : void

메소드 상세

OnConnectorChanged() 보호된 메소드

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

RightAngleLinkElement() 공개 메소드

public RightAngleLinkElement ( ConnectorElement conn1, ConnectorElement conn2 ) : System
conn1 ConnectorElement
conn2 ConnectorElement
리턴 System

프로퍼티 상세

conn1Dir 보호되어 있는 프로퍼티

protected CardinalDirection conn1Dir
리턴 CardinalDirection

conn2Dir 보호되어 있는 프로퍼티

protected CardinalDirection conn2Dir
리턴 CardinalDirection

label 보호되어 있는 프로퍼티

protected LabelElement,Dalssoft.DiagramNet label
리턴 LabelElement

lines 보호되어 있는 프로퍼티

protected LineElement[],Dalssoft.DiagramNet lines
리턴 Dalssoft.DiagramNet.LineElement[]

needCalcLinkLocation 보호되어 있는 프로퍼티

protected bool needCalcLinkLocation
리턴 bool

needCalcLinkSize 보호되어 있는 프로퍼티

protected bool needCalcLinkSize
리턴 bool

orientation 보호되어 있는 프로퍼티

protected Orientation orientation
리턴 Orientation