C# Class Dalssoft.DiagramNet.ElementCollection

Inheritance: System.Collections.ReadOnlyCollectionBase
Show file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Private Properties

Property Type Description
Add int
CalcWindow void
CalcWindow void
CalcWindowLocation void
CalcWindowSize void
ChangeIndex void
Clear void
ElementCollection System
Insert void
Remove void

Public Methods

Method Description
Contains ( BaseElement element ) : bool
GetArray ( ) : Dalssoft.DiagramNet.BaseElement[]
IndexOf ( BaseElement element ) : int
this ( int item ) : BaseElement

Private Methods

Method Description
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

Method Details

Contains() public method

public Contains ( BaseElement element ) : bool
element BaseElement
return bool

GetArray() public method

public GetArray ( ) : Dalssoft.DiagramNet.BaseElement[]
return Dalssoft.DiagramNet.BaseElement[]

IndexOf() public method

public IndexOf ( BaseElement element ) : int
element BaseElement
return int

this() public method

public this ( int item ) : BaseElement
item int
return BaseElement