'Declaration
Public Sub DrawArrowButton( _
ByVal As Graphics, _
ByVal As Rectangle, _
ByVal As FpScrollBarButton _
)
'使用法
Dim instance As FlatScrollBarRenderer
Dim g As Graphics
Dim bound As Rectangle
Dim element As FpScrollBarButton
instance.DrawArrowButton(g, bound, element)