Share via


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
Public method DynamicRenderer Overloaded. Initializes a new instance of the DynamicRenderer class.

Top

Methods

  Name Description
Public method Dispose Releases resources used by the DynamicRenderer object.
Public method Draw Draws the cached data with the specified Graphics object.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Refresh Causes the DynamicRenderer object to redraw the ink data that is currently in its data store.
Public method ReleaseCachedData Releases tablet pen data from the DynamicRenderer object's cache.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member 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
Public property ClipRectangle Gets or sets the Rectangle structure in which to paint the dynamically rendered strokes.
Public property DrawingAttributes Gets or sets the DrawingAttributes object used by the DynamicRenderer object.
Public property Enabled Gets or sets a value that turns dynamic rendering on and off.
Public property EnableDataCache Gets or sets a value that indicates whether data caching is enabled for the DynamicRenderer object.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IStylusSyncPlugin.CustomStylusDataAdded
Explicit interface implemetationPrivate property IStylusSyncPlugin.DataInterest
Explicit interface implemetationPrivate method IStylusSyncPlugin.Error
Explicit interface implemetationPrivate method IStylusSyncPlugin.InAirPackets
Explicit interface implemetationPrivate method IStylusSyncPlugin.Packets
Explicit interface implemetationPrivate method IStylusSyncPlugin.RealTimeStylusDisabled
Explicit interface implemetationPrivate method IStylusSyncPlugin.RealTimeStylusEnabled
Explicit interface implemetationPrivate method IStylusSyncPlugin.StylusButtonDown
Explicit interface implemetationPrivate method IStylusSyncPlugin.StylusButtonUp
Explicit interface implemetationPrivate method IStylusSyncPlugin.StylusDown
Explicit interface implemetationPrivate method IStylusSyncPlugin.StylusInRange
Explicit interface implemetationPrivate method IStylusSyncPlugin.StylusOutOfRange
Explicit interface implemetationPrivate method IStylusSyncPlugin.StylusUp
Explicit interface implemetationPrivate method IStylusSyncPlugin.SystemGesture
Explicit interface implemetationPrivate method IStylusSyncPlugin.TabletAdded
Explicit interface implemetationPrivate method IStylusSyncPlugin.TabletRemoved

Top

See Also

Reference

DynamicRenderer Class

Microsoft.StylusInput Namespace