'DeclarationPublic Shared Sub DrawGripper( _ ByVal g As System.Drawing.Graphics, _ ByVal bounds As NRectangle, _ ByVal back As System.Drawing.Color, _ ByVal style As GripperStyle, _ ByVal orientation As System.Windows.Forms.Orientation _ )
'UsageDim g As System.Drawing.Graphics Dim bounds As NRectangle Dim back As System.Drawing.Color Dim style As GripperStyle Dim orientation As System.Windows.Forms.Orientation NGripperRenderer.DrawGripper(g, bounds, back, style, orientation)
public static void DrawGripper( System.Drawing.Graphics g, NRectangle bounds, System.Drawing.Color back, GripperStyle style, System.Windows.Forms.Orientation orientation )
Parameters
- g
- bounds
- back
- style
- orientation