SignatureRenderSignature Method |
Returns a System.Drawing.Image object of this signature
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public Image RenderSignature(
int width,
int height,
Color foreColor,
Color backColor,
int lineThickness
)
Public Function RenderSignature (
width As Integer,
height As Integer,
foreColor As Color,
backColor As Color,
lineThickness As Integer
) As Image
public:
Image^ RenderSignature(
int width,
int height,
Color foreColor,
Color backColor,
int lineThickness
)
member RenderSignature :
width : int *
height : int *
foreColor : Color *
backColor : Color *
lineThickness : int -> Image
Parameters
- width
- Type: SystemInt32
desired width of signature image - height
- Type: SystemInt32
desired height of signature image - foreColor
- Type: System.DrawingColor
desired foreground color - backColor
- Type: System.DrawingColor
desired background color - lineThickness
- Type: SystemInt32
desired line thickness
Return Value
Type:
Imagea System.Drawing.Image object of this signature
See Also