C# Class Dalssoft.DiagramNet.RightAngleLinkElement

Inheritance: BaseLinkElement, IControllable, ILabelElement
ファイルを表示 Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Property Type Description
conn1Dir CardinalDirection
conn2Dir CardinalDirection
label LabelElement
lines Dalssoft.DiagramNet.LineElement[]
needCalcLinkLocation bool
needCalcLinkSize bool
orientation Orientation

Private Properties

Property Type Description
CalcLink void
CalcLinkFirtTime void
CalcLinkLocation void
CalcLinkSize void
Draw void
IControllable IController
InitConnectors void
RestartProps void

Public Methods

Method Description
RightAngleLinkElement ( ConnectorElement conn1, ConnectorElement conn2 ) : System

Protected Methods

Method Description
OnConnectorChanged ( EventArgs e ) : void

Private Methods

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

protected OnConnectorChanged ( EventArgs e ) : void
e System.EventArgs
return void

RightAngleLinkElement() public method

public RightAngleLinkElement ( ConnectorElement conn1, ConnectorElement conn2 ) : System
conn1 ConnectorElement
conn2 ConnectorElement
return System

Property Details

conn1Dir protected_oe property

protected CardinalDirection conn1Dir
return CardinalDirection

conn2Dir protected_oe property

protected CardinalDirection conn2Dir
return CardinalDirection

label protected_oe property

protected LabelElement,Dalssoft.DiagramNet label
return LabelElement

lines protected_oe property

protected LineElement[],Dalssoft.DiagramNet lines
return Dalssoft.DiagramNet.LineElement[]

needCalcLinkLocation protected_oe property

protected bool needCalcLinkLocation
return bool

needCalcLinkSize protected_oe property

protected bool needCalcLinkSize
return bool

orientation protected_oe property

protected Orientation orientation
return Orientation