ConjunctiveEG Member Details

ConjunctiveEG Public Fields


ConjunctiveEG Public Enumerations


ConjunctiveEG Constructors
New
A Copy Constructor; primary use is in Reiterating EG, or inserting on Verso
Public Sub New(ByVal CopyKEG As ConjunctiveEG, ByVal ParentEG As ContainerGraph, ByVal Loc As Point)
Remarks:
Parameters:
ByVal CopyKEG As ConjunctiveEG
ByVal ParentEG As ContainerGraph
ByVal Loc As Point
New
The basic Constructor, ordinarily used for an entirely new ConjunctiveEG
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
Constructor based on an Array of Points imported to define the margin of this EG
Public Sub New(ByVal ImpPoint As Point[], ByVal Parent As ContainerGraph)
Remarks:
Parameters:
ByVal ImpPoint As Point[]
ByVal Parent As ContainerGraph
New
Constructor for reconstruction of ConjunctiveEG 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
The plain vanilla Constructor
Public Sub New()
Remarks:
Parameters:


ConjunctiveEG Public Properties
CEGBrush
Brush used to Hatch ConjunctiveEG for easy recognition Category: Behavior
Public Property CEGBrush() As HatchBrush
Remarks:
IndexParameters:
Return Value:
HatchBrush


ConjunctiveEG Public Methods
GetInventoryConjunctiveEGsIndex
Reads current Index of this Object in the Inventory; this may differ from IndexFixed, which is the Index in ConjunctiveEGsHistoric
Public Function GetInventoryConjunctiveEGsIndex() As Int32
Remarks:
Parameters:
Return Value:
Int32
PaintDetailsForKEG
Used by ContainerGraph.Paint to set certain Parameters when the ContainerGraph is a ConjunctiveEG
Public Sub PaintDetailsForKEG(ByVal e As PaintEventArgs)
Remarks:
Parameters:
ByVal e As PaintEventArgs
Return Value:
Void


ConjunctiveEG Public Events