EGAccessArrow Member Details

EGAccessArrow Public Fields


EGAccessArrow Public Enumerations


EGAccessArrow Constructors
New
: Constructor designed to create head for AccessArrow under construction
Public Sub New(ByVal TWorld As EGWorld, ByVal LineWidth As Int32, ByVal LineColor As Color, ByVal InitialPos As Point)
Remarks:
Parameters:
ByVal TWorld As EGWorld
ByVal LineWidth As Int32
ByVal LineColor As Color
ByVal InitialPos As Point
New
: Constructor specifying ParentUniverse and Access Line Width
Public Sub New(ByVal Parens As EGUniverse, ByVal LineWidth As Int32)
Remarks:
Parameters:
ByVal Parens As EGUniverse
ByVal LineWidth As Int32
New
: The Plain-Vanilla Constructor
Public Sub New()
Remarks:
Parameters:


EGAccessArrow Public Properties
HeadWorld
: EGWorld Accessed By the World at the Tail of this Access Line Category: Behavior
Public Property HeadWorld() As EGWorld
Remarks:
The Private Field associated with this Property is Dimensioned WithEvents
IndexParameters:
Return Value:
EGWorld
JunctionPoint
: Central Point at back of Arrowhead, between Barbs, located with respect to this Control Category: Layout
Public ReadOnly Property JunctionPoint() As Point
Remarks:
IndexParameters:
Return Value:
Point
JunctionPointGlobal
: JunctionPoint Located with respect to the ParentUniverse Category:
Public ReadOnly Property JunctionPointGlobal() As Point
Remarks:
Location of this Control will always be set by setting this Property; see SetJunctionPoint
IndexParameters:
Return Value:
Point
ParentUniverse
: Parent of this Control as an EGUnivese Category: Behavior
Public Property ParentUniverse() As EGUniverse
Remarks:
IndexParameters:
Return Value:
EGUniverse
TailWorld
: EGWorld at the Tail of this Access Line Category: Behavior
Public Property TailWorld() As EGWorld
Remarks:
IndexParameters:
Return Value:
EGWorld


EGAccessArrow Public Methods


EGAccessArrow Public Events