'Declaration
Public Shared Sub DrawSizingGripper( _ ByVal g As System.Drawing.Graphics, _ ByVal bounds As NRectangle, _ ByVal back As System.Drawing.Color, _ ByVal style As GripperStyle, _ ByVal mode As SizingGripperMode _ )
'Usage
Dim g As System.Drawing.Graphics Dim bounds As NRectangle Dim back As System.Drawing.Color Dim style As GripperStyle Dim mode As SizingGripperMode NGripperRenderer.DrawSizingGripper(g, bounds, back, style, mode)
public static void DrawSizingGripper( System.Drawing.Graphics g, NRectangle bounds, System.Drawing.Color back, GripperStyle style, SizingGripperMode mode )
Parameters
- g
- bounds
- back
- style
- mode