DynamicRendererCachedData Class
Represents an object that the DynamicRenderer instantiates and adds it to the output queue by using the AddCustomStylusDataToQueue method with the CustomDataId set to DynamicRendererCachedDataGuid. This class cannot be inherited.
Namespace: Microsoft.StylusInput.PluginData
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public NotInheritable Class DynamicRendererCachedData
'Usage
Dim instance As DynamicRendererCachedData
public sealed class DynamicRendererCachedData
public ref class DynamicRendererCachedData sealed
public final class DynamicRendererCachedData
Remarks
This class serves as a synchronization marker, notifying the asynchronous plug-ins to call back to DynamicRenderer object and release the cached data. This callback code is the responsibility of the developer. The EnableDataCache property is set to false by default to avoid unlimited accumulation of cached data in the DynamicRenderer object.
Inheritance Hierarchy
System.Object
Microsoft.StylusInput.PluginData.DynamicRendererCachedData
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0