IDynamicRenderer::Refresh method (rtscom.h)

Causes the DynamicRenderer Class object to redraw the ink data that is currently rendering.

Syntax

HRESULT Refresh();

Return value

This method can return one of these values.

Remarks

If the IDynamicRenderer::DataCacheEnabled Property property is true, then the DynamicRenderer Class object redraws all tablet stylus data not yet released from the cache. If the IDynamicRenderer::DataCacheEnabled Property property is false, then the DynamicRenderer Class object redraws only the current stroke.

When calling the IDynamicRenderer::Refresh Method from within a Paint event handler, set the IDynamicRenderer::ClipRectangle Property to the Paint event's rectangle.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header rtscom.h
DLL RTSCom.dll

See also

Draw Method

IDynamicRenderer Interface

IDynamicRenderer::DrawingAttributes Property