DynamicRenderer Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Displays the tablet pen data in real-time as that data is being handled by the RealTimeStylus object. This class cannot be inherited.
The DynamicRenderer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DynamicRenderer | Overloaded. Initializes a new instance of the DynamicRenderer class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Releases resources used by the DynamicRenderer object. | |
Draw | Draws the cached data with the specified Graphics object. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Refresh | Causes the DynamicRenderer object to redraw the ink data that is currently in its data store. | |
ReleaseCachedData | Releases tablet pen data from the DynamicRenderer object's cache. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
DynamicRendererCachedDataGuid | Represents the Guid that is used by a CustomStylusData object to indicate that the Data property contains DynamicRendererCachedData from a DynamicRenderer object. |
Top
Properties
Name | Description | |
---|---|---|
ClipRectangle | Gets or sets the Rectangle structure in which to paint the dynamically rendered strokes. | |
DrawingAttributes | Gets or sets the DrawingAttributes object used by the DynamicRenderer object. | |
Enabled | Gets or sets a value that turns dynamic rendering on and off. | |
EnableDataCache | Gets or sets a value that indicates whether data caching is enabled for the DynamicRenderer object. |
Top
Explicit Interface Implementations
Top