C# Class NClass.GUI.ZoomingToolStrip

Inheritance: System.Windows.Forms.ToolStripItem
Afficher le fichier Open project: gbaychev/NClass

Private Properties

Свойство Type Description
DrawSlider void
MoveSlider void

Méthodes publiques

Méthode Description
GetPreferredSize ( Size constrainingSize ) : Size

Méthodes protégées

Méthode Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnZoomValueChanged ( EventArgs e ) : void

Private Methods

Méthode Description
DrawSlider ( Graphics g, TrackBarThumbState state ) : void
MoveSlider ( int location, bool snapToCenter ) : void

Method Details

GetPreferredSize() public méthode

public GetPreferredSize ( Size constrainingSize ) : Size
constrainingSize System.Drawing.Size
Résultat System.Drawing.Size

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

OnPaint() protected méthode

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

OnZoomValueChanged() protected méthode

protected OnZoomValueChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void