Van Member Details

Van Public Fields


Van Public Enumerations


Van Constructors
New
Specifies the Van's Client, and initializes
Public Sub New(ByVal ClientEg As ProtoGraph)
Remarks:
Parameters:
ByVal ClientEg As ProtoGraph
New
The plain vanilla Constructor
Public Sub New()
Remarks:
Parameters:


Van Public Properties
BandWidth
Used in conjunction with FrameRegion to define Corner Regions Category: Behavior
Public Property BandWidth() As Int32
Remarks:
IndexParameters:
Return Value:
Int32
CenterRegion
The Rectangular Region at the center of the Van Category: Behavior
Public Property CenterRegion() As Region
Remarks:
IndexParameters:
Return Value:
Region
Client
Graph which is moved or sized by this Control Category: Behavior
Public Property Client() As ProtoGraph
Remarks:
IndexParameters:
Return Value:
ProtoGraph
EdgePen
Pen used in drawing this Control Category: Appearance
Public Property EdgePen() As Pen
Remarks:
IndexParameters:
Return Value:
Pen
ERegion
Region on the East edge (but not corners) of this Van's Frame Category: Behavior
Public Property ERegion() As Region
Remarks:
IndexParameters:
Return Value:
Region
FrameRegion
The Region defining the outer frame of this Van Category: Behavior
Public Property FrameRegion() As Region
Remarks:
IndexParameters:
Return Value:
Region
FrameWidth
Width in pixels of edge of this Control Category: Appearance
Public Property FrameWidth() As Int32
Remarks:
IndexParameters:
Return Value:
Int32
Mover
Instantiation of a Class which does much of the acutal lifting and moving Category: Behavior
Public ReadOnly Property Mover() As MoveGraph
Remarks:
IndexParameters:
Return Value:
MoveGraph
NERegion
Region at the NE Corner of this Van's Frame Category: Behavior
Public Property NERegion() As Region
Remarks:
IndexParameters:
Return Value:
Region
NRegion
Region on the North edge (but not corners) of this Van's Frame Category: Behavior
Public Property NRegion() As Region
Remarks:
IndexParameters:
Return Value:
Region
NWRegion
Region at the NW Corner of this Van's Frame Category: Behavior
Public Property NWRegion() As Region
Remarks:
IndexParameters:
Return Value:
Region
SERegion
Region at the SE Corner of this Van's Frame Category: Behavior
Public Property SERegion() As Region
Remarks:
IndexParameters:
Return Value:
Region
SRegion
Region on the South edge (but not corners) of this Van's Frame Category: Behavior
Public Property SRegion() As Region
Remarks:
IndexParameters:
Return Value:
Region
SWRegion
Region at the SW Corner of this Van's Frame Category: Behavior
Public Property SWRegion() As Region
Remarks:
IndexParameters:
Return Value:
Region
VanBrush
Brush used in drawing this Control Category: Appearance
Public Property VanBrush() As HatchBrush
Remarks:
IndexParameters:
Return Value:
HatchBrush
WRegion
Region on the West edge (but not corners) of this Van's Frame Category: Behavior
Public Property WRegion() As Region
Remarks:
IndexParameters:
Return Value:
Region


Van Public Methods


Van Public Events