Renderer.StrokesToBitmap Method

Neo smartpen SDK

RendererStrokesToBitmap Method

Obtain an image of the strokes.

Namespace:  Neosmartpen.Net.Support
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public static Bitmap StrokesToBitmap(
	List<Stroke> strokes,
	float scalex,
	float scaley,
	int width,
	Color color
)

Parameters

strokes
Type: System.Collections.GenericListStroke
Stroke to draw
scalex
Type: SystemSingle
x scale
scaley
Type: SystemSingle
y scale
width
Type: SystemInt32
Thickness of Stroke
color
Type: System.DrawingColor
Color of Stroke

Return Value

Type: Bitmap
Bitmap with Stroke
See Also