[]
Draws an unsigned signature.
public static void DrawUnsignedSignature(this GcGraphics g, RectangleF bounds, TextFormat textFormat, Color backColor, Border border, float orientation)
| 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)
| 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)
| 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)
| 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. |