C# Class Dalssoft.DiagramNet.NodeElement

Inheritance: BaseElement
Mostra file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Property Type Description
connects Dalssoft.DiagramNet.ConnectorElement[]

Private Properties

Property Type Description
Draw void

Public Methods

Method Description
GetLinkedNodes ( ) : ElementCollection
Invalidate ( ) : void

Protected Methods

Method Description
DrawConnectors ( Graphics g ) : void
InitConnectors ( ) : void
NodeElement ( int top, int left, int width, int height ) : System
UpdateConnectorsPosition ( ) : void

Private Methods

Method Description
Draw ( Graphics g, bool drawConnector ) : void

Method Details

DrawConnectors() protected method

protected DrawConnectors ( Graphics g ) : void
g System.Drawing.Graphics
return void

GetLinkedNodes() public method

public GetLinkedNodes ( ) : ElementCollection
return ElementCollection

InitConnectors() protected method

protected InitConnectors ( ) : void
return void

Invalidate() public method

public Invalidate ( ) : void
return void

NodeElement() protected method

protected NodeElement ( int top, int left, int width, int height ) : System
top int
left int
width int
height int
return System

UpdateConnectorsPosition() protected method

protected UpdateConnectorsPosition ( ) : void
return void

Property Details

connects protected_oe property

protected ConnectorElement[],Dalssoft.DiagramNet connects
return Dalssoft.DiagramNet.ConnectorElement[]