C# 클래스 Dalssoft.DiagramNet.StraightLinkElement

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

보호된 프로퍼티들

프로퍼티 타입 설명
label LabelElement
line1 LineElement

Private Properties

프로퍼티 타입 설명
CalcLink void
Draw void
IControllable IController

공개 메소드들

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

비공개 메소드들

메소드 설명
CalcLink ( ) : void
Draw ( Graphics g ) : void
IControllable ( ) : IController

메소드 상세

StraightLinkElement() 공개 메소드

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

프로퍼티 상세

label 보호되어 있는 프로퍼티

protected LabelElement,Dalssoft.DiagramNet label
리턴 LabelElement

line1 보호되어 있는 프로퍼티

protected LineElement,Dalssoft.DiagramNet line1
리턴 LineElement