[]
Draws an unsigned signature.
public static void DrawUnsignedSignature(this GcGraphics g, RectangleF bounds, TextFormat textFormat, Color backColor, Border border, float orientation)
Public Shared Sub DrawUnsignedSignature(g As GcGraphics, bounds As RectangleF, textFormat As TextFormat, backColor As Color, border As Border, orientation As Single)
Type | Name | Description |
---|---|---|
GcGraphics | g | The graphics to draw on. |
RectangleF | bounds | The control bounds. |
TextFormat | textFormat | The text format to use. |
Color | backColor | The background color. |
Border | border | The border definition. |
float | orientation | The rotation angle, should be a multiple of 90. |
Draws an unsigned signature.
public static void DrawUnsignedSignature(this GcGraphics g, RectangleF bounds, TextFormat textFormat, Color backColor, Border border)
Public Shared Sub DrawUnsignedSignature(g As GcGraphics, bounds As RectangleF, textFormat As TextFormat, backColor As Color, border As Border)
Type | Name | Description |
---|---|---|
GcGraphics | g | The graphics to draw on. |
RectangleF | bounds | The control bounds. |
TextFormat | textFormat | The text format to use. |
Color | backColor | The background color. |
Border | border | The border definition. |
Draws an unsigned signature.
public static void DrawUnsignedSignature(this GcGraphics g, RectangleF bounds, Font font, float fontSize, Color foreColor, Color backColor, Border border, float orientation)
Public Shared Sub DrawUnsignedSignature(g As GcGraphics, bounds As RectangleF, font As Font, fontSize As Single, foreColor As Color, backColor As Color, border As Border, orientation As Single)
Type | Name | Description |
---|---|---|
GcGraphics | g | The graphics to draw on. |
RectangleF | bounds | The control bounds. |
Font | font | The font to use. |
float | fontSize | The font size. |
Color | foreColor | The fore color. |
Color | backColor | The background color. |
Border | border | The border definition. |
float | orientation | The rotation angle, should be a multiple of 90. |
Draws an unsigned signature.
public static void DrawUnsignedSignature(this GcGraphics g, RectangleF bounds, Font font, float fontSize, Color foreColor, Color backColor, Border border)
Public Shared Sub DrawUnsignedSignature(g As GcGraphics, bounds As RectangleF, font As Font, fontSize As Single, foreColor As Color, backColor As Color, border As Border)
Type | Name | Description |
---|---|---|
GcGraphics | g | The graphics to draw on. |
RectangleF | bounds | The control bounds. |
Font | font | The font to use. |
float | fontSize | The font size. |
Color | foreColor | The fore color. |
Color | backColor | The background color. |
Border | border | The border definition. |