'Declaration
Public Shared Sub DoPaint( _
ByVal As Graphics, _
ByVal As Rectangle, _
ByVal As Color, _
ByVal As Color, _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As Color, _
ByVal As SliderOrientation, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Picture, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Picture, _
ByVal As Color, _
ByVal As Picture, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As VisualStyles, _
ByVal As Color, _
ByVal As Boolean, _
ByVal As Integer _
)
'Usage
Dim g As Graphics
Dim r As Rectangle
Dim backColor As Color
Dim foreColor As Color
Dim value As Integer
Dim focus As Boolean
Dim knobColor As Color
Dim orient As SliderOrientation
Dim minimum As Integer
Dim maximum As Integer
Dim tickSpacing As Integer
Dim backpict As Picture
Dim knobWidth As Integer
Dim trackWidth As Integer
Dim knobPicture As Picture
Dim trackColor As Color
Dim trackPicture As Picture
Dim bLocked As Boolean
Dim valueIsAdjusting As Boolean
Dim ptInKnob As Boolean
Dim visualStyles As VisualStyles
Dim tickColor As Color
Dim rightToLeft As Boolean
Dim tickLength As Integer
FpSlider.DoPaint(g, r, backColor, foreColor, value, focus, knobColor, orient, minimum, maximum, tickSpacing, backpict, knobWidth, trackWidth, knobPicture, trackColor, trackPicture, bLocked, valueIsAdjusting, ptInKnob, visualStyles, tickColor, rightToLeft, tickLength)
public static void DoPaint(
Graphics ,
Rectangle ,
Color ,
Color ,
int ,
bool ,
Color ,
SliderOrientation ,
int ,
int ,
int ,
Picture ,
int ,
int ,
Picture ,
Color ,
Picture ,
bool ,
bool ,
bool ,
VisualStyles ,
Color ,
bool ,
int
)