C# 클래스 System.Windows.Forms.ThemeWin32Classic.TrackBarTickPainter

상속: ITrackBarTickPainter
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
Paint ( float x1, float y1, float x2, float y2 ) : void
TrackBarTickPainter ( Graphics g, Pen pen ) : System.ComponentModel

메소드 상세

Paint() 공개 메소드

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

TrackBarTickPainter() 공개 메소드

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