'Declaration
Public Shared Sub Fill( _ ByVal g As System.Drawing.Graphics, _ ByVal r As System.Drawing.Rectangle, _ ByVal angle As System.Single, _ ByVal c1 As System.Drawing.Color, _ ByVal c2 As System.Drawing.Color, _ ByVal blend As BlendStyle, _ ByVal roundingStyle As RoundingStyle _ )
'Usage
Dim g As System.Drawing.Graphics Dim r As System.Drawing.Rectangle Dim angle As System.Single Dim c1 As System.Drawing.Color Dim c2 As System.Drawing.Color Dim blend As BlendStyle Dim roundingStyle As RoundingStyle NUIRenderer.Fill(g, r, angle, c1, c2, blend, roundingStyle)
public static void Fill( System.Drawing.Graphics g, System.Drawing.Rectangle r, System.float angle, System.Drawing.Color c1, System.Drawing.Color c2, BlendStyle blend, RoundingStyle roundingStyle )
Parameters
- g
- r
- angle
- c1
- c2
- blend
- roundingStyle