'Declaration
Public Shared Sub DrawInteractiveBorder( _ ByVal g As System.Drawing.Graphics, _ ByVal style As BorderStyle3D, _ ByVal r As System.Drawing.Rectangle, _ ByVal back As System.Drawing.Color, _ ByVal baseColor As System.Drawing.Color, _ ByVal border As System.Drawing.Color, _ ByVal hot As System.Boolean _ )
'Usage
Dim g As System.Drawing.Graphics Dim style As BorderStyle3D Dim r As System.Drawing.Rectangle Dim back As System.Drawing.Color Dim baseColor As System.Drawing.Color Dim border As System.Drawing.Color Dim hot As System.Boolean NUIRenderer.DrawInteractiveBorder(g, style, r, back, baseColor, border, hot)
Parameters
- g
- style
- r
- back
- baseColor
- border
- hot