C# Class Geb.Utils.WinForm.ColorSccrollBarSkin

Inheritance: ScrollBarSkin
Afficher le fichier Open project: xiaotie/GebCommon

Méthodes publiques

Méthode Description
ColorSccrollBarSkin ( IntPtr hWnd ) : System

Méthodes protégées

Méthode Description
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

Method Details

ColorSccrollBarSkin() public méthode

public ColorSccrollBarSkin ( IntPtr hWnd ) : System
hWnd System.IntPtr
Résultat System

DrawHorizontalScrollBar() protected méthode

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
Résultat void

DrawSizer() protected méthode

protected DrawSizer ( Graphics g, int sizerWidth, int sizerHeight ) : void
g System.Drawing.Graphics
sizerWidth int
sizerHeight int
Résultat void

DrawVerticalScrollBar() protected méthode

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
Résultat void

FillPath() protected méthode

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
Résultat void