C# Class winmaped2.MiniMapControl

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

Public Properties

Property Type Description
bNeedsRedraw bool

Public Methods

Method Description
MiniMapControl ( ) : System
repaint ( ) : void

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
MoveToCursor ( MouseEventArgs e ) : void
paint ( Graphics g ) : void

Method Details

MiniMapControl() public method

public MiniMapControl ( ) : System
return System

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

OnPaint() protected method

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

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void

repaint() public method

public repaint ( ) : void
return void

Property Details

bNeedsRedraw public_oe property

public bool bNeedsRedraw
return bool