C# Class Dalssoft.DiagramNet.NodeElement

Inheritance: BaseElement
Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Свойство Type Description
connects Dalssoft.DiagramNet.ConnectorElement[]

Private Properties

Свойство Type Description
Draw void

Méthodes publiques

Méthode Description
GetLinkedNodes ( ) : ElementCollection
Invalidate ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
Draw ( Graphics g, bool drawConnector ) : void

Method Details

DrawConnectors() protected méthode

protected DrawConnectors ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

GetLinkedNodes() public méthode

public GetLinkedNodes ( ) : ElementCollection
Résultat ElementCollection

InitConnectors() protected méthode

protected InitConnectors ( ) : void
Résultat void

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

NodeElement() protected méthode

protected NodeElement ( int top, int left, int width, int height ) : System
top int
left int
width int
height int
Résultat System

UpdateConnectorsPosition() protected méthode

protected UpdateConnectorsPosition ( ) : void
Résultat void

Property Details

connects protected_oe property

protected ConnectorElement[],Dalssoft.DiagramNet connects
Résultat Dalssoft.DiagramNet.ConnectorElement[]