C# Class winmaped2.MiniMapControl

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: Bananattack/verge3 Class Usage Examples

Méthodes publiques

Свойство Type Description
bNeedsRedraw bool

Méthodes publiques

Méthode Description
MiniMapControl ( ) : System
repaint ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
MoveToCursor ( MouseEventArgs e ) : void
paint ( Graphics g ) : void

Method Details

MiniMapControl() public méthode

public MiniMapControl ( ) : System
Résultat System

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void

repaint() public méthode

public repaint ( ) : void
Résultat void

Property Details

bNeedsRedraw public_oe property

public bool bNeedsRedraw
Résultat bool