MarqueeRectangular Member Details
|
|
MarqueeRectangular Public Fields
|
|
|
|
|
|
MarqueeRectangular Public Enumerations
|
|
|
|
|
|
MarqueeRectangular Constructors
|
New
|
|
Instantiates a Rectangular Marquee to be drawn on a given ContainerGraph for a given MarqueeReturnTask |
Public Sub New(ByVal Base As ContainerGraph, ByVal ReturnTask As MarqueeReturnTask)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
Base
As
ContainerGraph
ByVal
ReturnTask
As
MarqueeReturnTask
|
|
New
|
|
Instantiates a Rectangular Marquee to be drawn on a given ContainerGraph |
Public Sub New(ByVal Base As ContainerGraph)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
Base
As
ContainerGraph
|
|
|
|
|
|
|
MarqueeRectangular Public Properties
|
BaseControl
|
|
The ContainerGraph on which this Rectangular Marquee will be drawn |
Category:
|
Public Property BaseControl() As ContainerGraph
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
ContainerGraph |
|
ReturnRectangle
|
|
The final Rectangle returned by this Marquee |
Category:
|
Public Property ReturnRectangle() As Rectangle
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Rectangle |
|
|
|
|
|
|
MarqueeRectangular Public Methods
|
DeleteMarq
|
|
Effects the deletion of this Marquee |
Public Sub DeleteMarq(ByVal e As PaintEventArgs)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
e
As
PaintEventArgs
|
Return Value:
|
|
Void |
|
|
DrawMarq
|
|
Draws this Marquee on the BaseGraph |
Public Sub DrawMarq(ByVal e As PaintEventArgs)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
e
As
PaintEventArgs
|
Return Value:
|
|
Void |
|
|
SetMarqueeToDraw
|
|
Sets this Marquee to draw itself |
Public Sub SetMarqueeToDraw(ByVal e As MouseEventArgs)
|
Remarks:
|
|
May be called from outside when immediate transfer of control to this Marquee is needed; would be called from a Mouse Event of BaseControl; thus e is as in MouseEvents shown here |
Parameters:
|
|
ByVal
e
As
MouseEventArgs
|
Return Value:
|
|
Void |
|
|
|
|
|
|
|
MarqueeRectangular Public Events
|
|
|
|
|