C# Class winmaped2.vspView

Inheritance: System.Windows.Forms.Control
Mostra file Open project: Bananattack/verge3 Class Usage Examples

Private Properties

Property Type Description
activateMouse void

Public Methods

Method Description
CalculateScrollValues ( ) : void
ForceRedraw ( ) : void
OnScroll ( object sender, EventArgs e ) : void
ResetView ( ) : void
vspView ( ) : System
vspView ( VScrollBar scroller, winmaped2.VSPController controller_mode, winmaped2.VSPController controller_type ) : System
vspView ( VScrollBar scroller, winmaped2.VSPController controller_mode, winmaped2.VSPController controller_type, winmaped2.TileViewer primaryTileViewer ) : System
vspView ( VScrollBar scroller, winmaped2.VSPController controller_mode, winmaped2.VSPController controller_type, winmaped2.TileViewer primaryTileViewer, winmaped2.TileViewer secondaryTileViewer ) : System

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
activateMouse ( MouseEventArgs e ) : void

Method Details

CalculateScrollValues() public method

public CalculateScrollValues ( ) : void
return void

ForceRedraw() public method

public ForceRedraw ( ) : void
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseWheel() protected method

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnScroll() public method

public OnScroll ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ResetView() public method

public ResetView ( ) : void
return void

vspView() public method

public vspView ( ) : System
return System

vspView() public method

public vspView ( VScrollBar scroller, winmaped2.VSPController controller_mode, winmaped2.VSPController controller_type ) : System
scroller System.Windows.Forms.VScrollBar
controller_mode winmaped2.VSPController
controller_type winmaped2.VSPController
return System

vspView() public method

public vspView ( VScrollBar scroller, winmaped2.VSPController controller_mode, winmaped2.VSPController controller_type, winmaped2.TileViewer primaryTileViewer ) : System
scroller System.Windows.Forms.VScrollBar
controller_mode winmaped2.VSPController
controller_type winmaped2.VSPController
primaryTileViewer winmaped2.TileViewer
return System

vspView() public method

public vspView ( VScrollBar scroller, winmaped2.VSPController controller_mode, winmaped2.VSPController controller_type, winmaped2.TileViewer primaryTileViewer, winmaped2.TileViewer secondaryTileViewer ) : System
scroller System.Windows.Forms.VScrollBar
controller_mode winmaped2.VSPController
controller_type winmaped2.VSPController
primaryTileViewer winmaped2.TileViewer
secondaryTileViewer winmaped2.TileViewer
return System