Click or drag to resize

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
)

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: Image
a System.Drawing.Image object of this signature
See Also