C# 클래스 Dalssoft.DiagramNet.ElementCollection

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

Private Properties

프로퍼티 타입 설명
Add int
CalcWindow void
CalcWindow void
CalcWindowLocation void
CalcWindowSize void
ChangeIndex void
Clear void
ElementCollection System
Insert void
Remove void

공개 메소드들

메소드 설명
Contains ( BaseElement element ) : bool
GetArray ( ) : Dalssoft.DiagramNet.BaseElement[]
IndexOf ( BaseElement element ) : int
this ( int item ) : BaseElement

비공개 메소드들

메소드 설명
Add ( BaseElement element ) : int
CalcWindow ( ) : void
CalcWindow ( bool forceCalc ) : void
CalcWindowLocation ( BaseElement element ) : void
CalcWindowSize ( BaseElement element ) : void
ChangeIndex ( int i, int y ) : void
Clear ( ) : void
ElementCollection ( ) : System
Insert ( int index, BaseElement element ) : void
Remove ( BaseElement element ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( BaseElement element ) : bool
element BaseElement
리턴 bool

GetArray() 공개 메소드

public GetArray ( ) : Dalssoft.DiagramNet.BaseElement[]
리턴 Dalssoft.DiagramNet.BaseElement[]

IndexOf() 공개 메소드

public IndexOf ( BaseElement element ) : int
element BaseElement
리턴 int

this() 공개 메소드

public this ( int item ) : BaseElement
item int
리턴 BaseElement