Paints the gripper focus indicator.
Syntax
'Declaration
Sub PaintTouchGripper( _
ByVal As Graphics, _
ByVal As Rectangle, _
ByVal As Integer, _
ByVal As Color, _
ByVal As Color _
)
'Usage
Dim instance As IFocusIndicatorRenderer2
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)
void PaintTouchGripper(
Graphics ,
Rectangle ,
int ,
Color ,
Color
)
Parameters
- g
- Graphics device interface for painting
- rect
- Paint rectangle
- thickness
- Thickness
- backColor
- Background color
- foreColor
- Foreground color
See Also