'Declaration
Public Shared Sub Draw( _ ByVal g As System.Drawing.Graphics, _ ByVal r As System.Drawing.Rectangle, _ ByVal c1 As System.Drawing.Color, _ ByVal c2 As System.Drawing.Color, _ ByVal roundingStyle As RoundingStyle, _ ByVal secondary As System.Boolean _ )
'Usage
Dim g As System.Drawing.Graphics Dim r As System.Drawing.Rectangle Dim c1 As System.Drawing.Color Dim c2 As System.Drawing.Color Dim roundingStyle As RoundingStyle Dim secondary As System.Boolean NUIRenderer.Draw(g, r, c1, c2, roundingStyle, secondary)
public static void Draw( System.Drawing.Graphics g, System.Drawing.Rectangle r, System.Drawing.Color c1, System.Drawing.Color c2, RoundingStyle roundingStyle, System.bool secondary )
Parameters
- g
- r
- c1
- c2
- roundingStyle
- secondary