C# Класс Dalssoft.DiagramNet.RightAngleLinkElement

Наследование: BaseLinkElement, IControllable, ILabelElement
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
conn1Dir CardinalDirection
conn2Dir CardinalDirection
label LabelElement
lines Dalssoft.DiagramNet.LineElement[]
needCalcLinkLocation bool
needCalcLinkSize bool
orientation Orientation

Private Properties

Свойство Тип Описание
CalcLink void
CalcLinkFirtTime void
CalcLinkLocation void
CalcLinkSize void
Draw void
IControllable IController
InitConnectors void
RestartProps void

Открытые методы

Метод Описание
RightAngleLinkElement ( ConnectorElement conn1, ConnectorElement conn2 ) : System

Защищенные методы

Метод Описание
OnConnectorChanged ( EventArgs e ) : void

Приватные методы

Метод Описание
CalcLink ( ) : void
CalcLinkFirtTime ( ) : void
CalcLinkLocation ( ) : void
CalcLinkSize ( ) : void
Draw ( Graphics g ) : void
IControllable ( ) : IController
InitConnectors ( ConnectorElement conn1, ConnectorElement conn2 ) : void
RestartProps ( ) : void

Описание методов

OnConnectorChanged() защищенный Метод

protected OnConnectorChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

RightAngleLinkElement() публичный Метод

public RightAngleLinkElement ( ConnectorElement conn1, ConnectorElement conn2 ) : System
conn1 ConnectorElement
conn2 ConnectorElement
Результат System

Описание свойств

conn1Dir защищенное свойство

protected CardinalDirection conn1Dir
Результат CardinalDirection

conn2Dir защищенное свойство

protected CardinalDirection conn2Dir
Результат CardinalDirection

label защищенное свойство

protected LabelElement,Dalssoft.DiagramNet label
Результат LabelElement

lines защищенное свойство

protected LineElement[],Dalssoft.DiagramNet lines
Результат Dalssoft.DiagramNet.LineElement[]

needCalcLinkLocation защищенное свойство

protected bool needCalcLinkLocation
Результат bool

needCalcLinkSize защищенное свойство

protected bool needCalcLinkSize
Результат bool

orientation защищенное свойство

protected Orientation orientation
Результат Orientation