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

Inheritance: ITrackBarTickPainter
Show file Open project: kumpera/mono

Public Methods

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

Method Details

Paint() public method

public Paint ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
return void

TrackBarTickPainter() public method

public TrackBarTickPainter ( Graphics g, Pen pen ) : System.ComponentModel
g System.Drawing.Graphics
pen System.Drawing.Pen
return System.ComponentModel