C# 클래스 Fusionbird.FusionToolkit.FusionTrackBar

A trackbar that supports transparency
상속: System.Windows.Forms.TrackBar
파일 보기 프로젝트 열기: r4dius/AutoPuTTY

Private Properties

프로퍼티 타입 설명
DrawHorizontalTicks void
DrawPointerDown void
DrawPointerLeft void
DrawPointerRight void
DrawPointerUp void
DrawVerticalTicks void

공개 메소드들

메소드 설명
FusionTrackBar ( ) : System

보호된 메소드들

메소드 설명
OnDrawChannel ( IntPtr hdc ) : void

Fires the DrawChannel events

OnDrawThumb ( IntPtr hdc ) : void

Fires the DrawThumb events

OnDrawTicks ( IntPtr hdc ) : void

Fires the tick drawing events

WndProc ( Message &m ) : void

Overrides WndProc to intercept custom draw messages in the message queue

비공개 메소드들

메소드 설명
DrawHorizontalTicks ( Graphics g, Color color ) : void

Draws horizontal ticks

DrawPointerDown ( Graphics g ) : void

Draw a downward pointer

DrawPointerLeft ( Graphics g ) : void

Draw left-facing pointer

DrawPointerRight ( Graphics g ) : void

Draws a right-facing pointer

DrawPointerUp ( Graphics g ) : void

Draws an upwards facing pointer

DrawVerticalTicks ( Graphics g, Color color ) : void

Draws the ticks on a vertical track-bar

메소드 상세

FusionTrackBar() 공개 메소드

public FusionTrackBar ( ) : System
리턴 System

OnDrawChannel() 보호된 메소드

Fires the DrawChannel events
protected OnDrawChannel ( IntPtr hdc ) : void
hdc System.IntPtr The device context for graphics operations
리턴 void

OnDrawThumb() 보호된 메소드

Fires the DrawThumb events
protected OnDrawThumb ( IntPtr hdc ) : void
hdc System.IntPtr The device context for graphics operations
리턴 void

OnDrawTicks() 보호된 메소드

Fires the tick drawing events
protected OnDrawTicks ( IntPtr hdc ) : void
hdc System.IntPtr The device context that holds the graphics operations
리턴 void

WndProc() 보호된 메소드

Overrides WndProc to intercept custom draw messages in the message queue
protected WndProc ( Message &m ) : void
m Message
리턴 void