'Declaration
Public Shared Sub DrawGripper( _ ByVal g As System.Drawing.Graphics, _ ByVal bounds As System.Drawing.Rectangle, _ ByVal back As System.Drawing.Color, _ ByVal style As GripperStyle, _ ByVal orientation As System.Windows.Forms.Orientation _ )
'Usage
Dim g As System.Drawing.Graphics Dim bounds As System.Drawing.Rectangle Dim back As System.Drawing.Color Dim style As GripperStyle Dim orientation As System.Windows.Forms.Orientation NUIRenderer.DrawGripper(g, bounds, back, style, orientation)
public static void DrawGripper( System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Color back, GripperStyle style, System.Windows.Forms.Orientation orientation )
Parameters
- g
- bounds
- back
- style
- orientation