|
BreakDot Public Properties
|
BreakingPoint
|
|
The Point on OriginalDot at which the Break occurs |
Category: Behavior |
Public Property BreakingPoint() As Point
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Point |
|
FinalHooksOnNew
|
|
The Collection of Hooks on the Split-off LI |
Category: Behavior |
Public Property FinalHooksOnNew() As HookCollection
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
HookCollection |
|
FinalHooksOnOriginal
|
|
The Collection of Hooks left on the original Dot |
Category: Behavior |
Public Property FinalHooksOnOriginal() As HookCollection
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
HookCollection |
|
LocationND
|
|
The Location of NewDot on NewDot.ParentGraph |
Category: Behavior |
Public ReadOnly Property LocationND() As Point
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Point |
|
NewDot
|
|
The New LI resulting from the Break |
Category: Behavior |
Public Property NewDot() As Dot
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Dot |
|
OriginalDot
|
|
The Original LI in which the Break occurs |
Category: Behavior |
Public Property OriginalDot() As Dot
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Dot |
|
StartingHooksOnOriginal
|
|
The Original Hooks Array on the Dot which is split |
Category: Behavior |
Public Property StartingHooksOnOriginal() As HookCollection
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
HookCollection |
|
|
|