'Declaration
Public Sub PaintTouchGripper( _
ByVal As Graphics, _
ByVal As Rectangle, _
ByVal As Integer, _
ByVal As Color, _
ByVal As Color _
)
'使用法
Dim instance As FlatFocusIndicatorRenderer
Dim g As Graphics
Dim rect As Rectangle
Dim thickness As Integer
Dim backColor As Color
Dim foreColor As Color
instance.PaintTouchGripper(g, rect, thickness, backColor, foreColor)