|
frmReiterateBetaGraph Public Methods
|
ConvertToBeta
|
|
Creates Ligatures for the Graph just placed by the Reiteration |
Public Sub ConvertToBeta(ByVal NewGraph As ProtoGraph)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
NewGraph
As
ProtoGraph
|
Return Value:
|
|
Void |
|
|
CopyLigaturePartToNew
|
|
Creates a New Ligature corresponding to the Part (which may be the Whole) of OriginalLigature in Reiteree |
Public Function CopyLigaturePartToNew(ByVal OrigLig As Ligature) As Ligature
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
OrigLig
As
Ligature
|
Return Value:
|
|
Ligature |
|
|
ExtendLigatureToCopiedGraph
|
|
Expands a Ligature belonging to Reiteree to include the Hooks in the New Graph corresponding to those of the given Ligature in Reiteree |
Public Sub ExtendLigatureToCopiedGraph(ByVal ExtendedLig As Ligature)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
ExtendedLig
As
Ligature
|
Return Value:
|
|
Void |
|
|
GraphNestToArray
|
|
Sets a ProtoGraph Collection whose members are {G | Nest LTE G} |
Public Shared Function GraphNestToArray(ByVal NestBase As ProtoGraph) As ProtoGraphCollection
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
NestBase
As
ProtoGraph
|
Return Value:
|
|
ProtoGraphCollection |
|
|
LocationAsClientCoord
|
|
Gives the Location of this Form in its own Client Coordinates |
Public Function LocationAsClientCoord() As Point
|
Remarks:
|
|
|
Parameters:
|
|
|
Return Value:
|
|
Point |
|
|
LocationAsScreenCoord
|
|
Gives the Location of this Form in Screen Coordinates |
Public Function LocationAsScreenCoord() As Point
|
Remarks:
|
|
|
Parameters:
|
|
|
Return Value:
|
|
Point |
|
|
|
|