|
Cut Constructors
|
New
|
|
The basic Constructor usually used for an entirely new Cut |
Public Sub New(ByVal ParentEG As ContainerGraph, ByVal Loc As Point, ByVal Sz As Size)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
ParentEG
As
ContainerGraph
ByVal
Loc
As
Point
ByVal
Sz
As
Size
|
|
New
|
|
A Copy Constructor; primary use is in Reiterating and Inserting on Verso |
Public Sub New(ByVal CopyCut As Cut, ByVal ParentEG As ContainerGraph, ByVal Loc As Point)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
CopyCut
As
Cut
ByVal
ParentEG
As
ContainerGraph
ByVal
Loc
As
Point
|
|
New
|
|
Constructor based on an Array of Points imported to define the margin of this Cut |
Public Sub New(ByVal ImpPoint As Point[], ByVal Parent As ContainerGraph)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
ImpPoint
As
Point[]
ByVal
Parent
As
ContainerGraph
|
|
New
|
|
Constructor used to reconstruct a Cut 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)
|
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
|
|
New
|
|
This is the plain vanilla Constructor |
Public Sub New()
|
Remarks:
|
|
|
Parameters:
|
|
|
|
|
|