C# Class stikkPop.RubberBand

Afficher le fichier Open project: Wirehive/stikkPop Class Usage Examples

Méthodes publiques

Свойство Type Description
lastLoc Point
lastSize Size

Méthodes publiques

Méthode Description
RubberBand ( Main mainform ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

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

RubberBand() public méthode

public RubberBand ( Main mainform ) : System
mainform Main
Résultat System

Property Details

lastLoc public_oe property

public Point lastLoc
Résultat Point

lastSize public_oe property

public Size lastSize
Résultat Size