DynamicRenderer.DynamicRenderer Constructor

DynamicRenderer.DynamicRenderer Constructor

Creates a DynamicRenderer object.

Overload List

public DynamicRenderer(Control)
public DynamicRenderer(IntPtr)

Remarks

This is a sealed class.

Although you typically initialize the DynamicRenderer and RealTimeStylus with the same Control Leave Site or window handle, it is possible to initialize them with different objects, if you would like to render the ink in a different window from where the stroke packets are generated.

Examples