C# Class System.Windows.Forms.ThemeWin32Classic.TrackBarTickPainter

Inheritance: ITrackBarTickPainter
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
Paint ( float x1, float y1, float x2, float y2 ) : void
TrackBarTickPainter ( Graphics g, Pen pen ) : System.ComponentModel

Method Details

Paint() public méthode

public Paint ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
Résultat void

TrackBarTickPainter() public méthode

public TrackBarTickPainter ( Graphics g, Pen pen ) : System.ComponentModel
g System.Drawing.Graphics
pen System.Drawing.Pen
Résultat System.ComponentModel