C# Class Dalssoft.DiagramNet.RightAngleLinkElement

Inheritance: BaseLinkElement, IControllable, ILabelElement
Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Свойство Type Description
conn1Dir CardinalDirection
conn2Dir CardinalDirection
label LabelElement
lines Dalssoft.DiagramNet.LineElement[]
needCalcLinkLocation bool
needCalcLinkSize bool
orientation Orientation

Private Properties

Свойство Type Description
CalcLink void
CalcLinkFirtTime void
CalcLinkLocation void
CalcLinkSize void
Draw void
IControllable IController
InitConnectors void
RestartProps void

Méthodes publiques

Méthode Description
RightAngleLinkElement ( ConnectorElement conn1, ConnectorElement conn2 ) : System

Méthodes protégées

Méthode Description
OnConnectorChanged ( EventArgs e ) : void

Private Methods

Méthode Description
CalcLink ( ) : void
CalcLinkFirtTime ( ) : void
CalcLinkLocation ( ) : void
CalcLinkSize ( ) : void
Draw ( Graphics g ) : void
IControllable ( ) : IController
InitConnectors ( ConnectorElement conn1, ConnectorElement conn2 ) : void
RestartProps ( ) : void

Method Details

OnConnectorChanged() protected méthode

protected OnConnectorChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

RightAngleLinkElement() public méthode

public RightAngleLinkElement ( ConnectorElement conn1, ConnectorElement conn2 ) : System
conn1 ConnectorElement
conn2 ConnectorElement
Résultat System

Property Details

conn1Dir protected_oe property

protected CardinalDirection conn1Dir
Résultat CardinalDirection

conn2Dir protected_oe property

protected CardinalDirection conn2Dir
Résultat CardinalDirection

label protected_oe property

protected LabelElement,Dalssoft.DiagramNet label
Résultat LabelElement

lines protected_oe property

protected LineElement[],Dalssoft.DiagramNet lines
Résultat Dalssoft.DiagramNet.LineElement[]

needCalcLinkLocation protected_oe property

protected bool needCalcLinkLocation
Résultat bool

needCalcLinkSize protected_oe property

protected bool needCalcLinkSize
Résultat bool

orientation protected_oe property

protected Orientation orientation
Résultat Orientation