|
Spot Constructors
|
New
|
|
The plain vanilla Constructor |
Public Sub New()
|
Remarks:
|
|
|
Parameters:
|
|
|
|
New
|
|
Constructor for reconstruction of a Spot from XML |
Public Sub New(ByVal Nom As String, ByVal ParentEG As ContainerGraph, ByVal Loc As Point, ByVal Sz As Size, ByVal BColor As Color, ByVal IsRect As Boolean, ByVal EGRuleSet As CtxMenuStyle, ByVal VblName As String, ByVal NumberOfHooks As Int32)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
Nom
As
String
ByVal
ParentEG
As
ContainerGraph
ByVal
Loc
As
Point
ByVal
Sz
As
Size
ByVal
BColor
As
Color
ByVal
IsRect
As
Boolean
ByVal
EGRuleSet
As
CtxMenuStyle
ByVal
VblName
As
String
ByVal
NumberOfHooks
As
Int32
|
|
New
|
|
A Copy Constructor, generally employed in Reiteration or Insertion on Verso |
Public Sub New(ByVal CopySpot As Spot, ByVal ParentEG As ContainerGraph, ByVal Loc As Point)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
CopySpot
As
Spot
ByVal
ParentEG
As
ContainerGraph
ByVal
Loc
As
Point
|
|
New
|
|
The Constructor for adding a new Spot with 0 or more Hooks |
Public Sub New(ByVal Parent As ContainerGraph, ByVal Loc As Point, ByVal VblName As String, Optional ByVal NumberOfHooks As Int32=0)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
Parent
As
ContainerGraph
ByVal
Loc
As
Point
ByVal
VblName
As
String
ByVal
NumberOfHooks
As
Int32
|
|
|
|
|