C# 클래스 Geb.Utils.WinForm.ColorSccrollBarSkin

상속: ScrollBarSkin
파일 보기 프로젝트 열기: xiaotie/GebCommon

공개 메소드들

메소드 설명
ColorSccrollBarSkin ( IntPtr hWnd ) : System

보호된 메소드들

메소드 설명
DrawHorizontalScrollBar ( Graphics g, int scrollBarWidth, int scrollBarHeight, int thumbTop, int thumbBottom, int arrowSize, bool isMouseOver, bool isClick ) : void
DrawSizer ( Graphics g, int sizerWidth, int sizerHeight ) : void
DrawVerticalScrollBar ( Graphics g, int scrollBarWidth, int scrollBarHeight, int thumbTop, int thumbBottom, int arrowSize, bool isMouseOver, bool isClick ) : void
FillPath ( Graphics g, PointF p0, PointF p1, PointF p2, Brush brush ) : void

메소드 상세

ColorSccrollBarSkin() 공개 메소드

public ColorSccrollBarSkin ( IntPtr hWnd ) : System
hWnd System.IntPtr
리턴 System

DrawHorizontalScrollBar() 보호된 메소드

protected DrawHorizontalScrollBar ( Graphics g, int scrollBarWidth, int scrollBarHeight, int thumbTop, int thumbBottom, int arrowSize, bool isMouseOver, bool isClick ) : void
g System.Drawing.Graphics
scrollBarWidth int
scrollBarHeight int
thumbTop int
thumbBottom int
arrowSize int
isMouseOver bool
isClick bool
리턴 void

DrawSizer() 보호된 메소드

protected DrawSizer ( Graphics g, int sizerWidth, int sizerHeight ) : void
g System.Drawing.Graphics
sizerWidth int
sizerHeight int
리턴 void

DrawVerticalScrollBar() 보호된 메소드

protected DrawVerticalScrollBar ( Graphics g, int scrollBarWidth, int scrollBarHeight, int thumbTop, int thumbBottom, int arrowSize, bool isMouseOver, bool isClick ) : void
g System.Drawing.Graphics
scrollBarWidth int
scrollBarHeight int
thumbTop int
thumbBottom int
arrowSize int
isMouseOver bool
isClick bool
리턴 void

FillPath() 보호된 메소드

protected FillPath ( Graphics g, PointF p0, PointF p1, PointF p2, Brush brush ) : void
g System.Drawing.Graphics
p0 System.Drawing.PointF
p1 System.Drawing.PointF
p2 System.Drawing.PointF
brush System.Drawing.Brush
리턴 void