IDynamicRenderer::Draw method (rtscom.h)
Draws the cached data to the specified device context.
Syntax
HRESULT Draw(
[in] HANDLE_PTR hDC
);
Parameters
[in] hDC
The handle of the device context on which to draw.
Return value
For a description of the return values, see RealTimeStylus Classes and Interfaces.
Remarks
You can use IDynamicRenderer::Draw Method for tasks such as double buffering.
Note Drawing cached data cannot be used on Microsoft<entity type="reg"/> Windows<entity type="reg"/> XP Tablet PC Edition 2005 systems.
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
IDynamicRenderer::DataCacheEnabled Property