Renderer Class

Neo smartpen SDK

Renderer Class

Utility class for drawing Stroke
Inheritance Hierarchy
SystemObject  Neosmartpen.Net.SupportRenderer

Namespace:  Neosmartpen.Net.Support
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public class Renderer

The Renderer type exposes the following members.

Constructors
  NameDescription
Public methodRenderer
Initializes a new instance of the Renderer class
Top
Methods
  NameDescription
Public methodStatic memberdraw(Bitmap, Stroke, Single, Single, Single, Single, Int32, Color)
Draw a stroke on the Bitmap.
Public methodStatic memberdraw(Bitmap, Stroke, Single, Single, Single, Single, Int32, Color)
Draw a strokes on the Bitmap.
Public methodStatic memberStrokesToBitmap
Obtain an image of the strokes.
Top
See Also