DynamicRenderer Members

The following tables list the members exposed by the DynamicRenderer type.

Public Constructors

  Name Description
Public method DynamicRenderer Overloaded. Initializes a new instance of the DynamicRenderer class.

Top

Public Fields

  Name Description
Public field Static DynamicRendererCachedDataGuid Represents the GuidGuid that is used by a CustomStylusData object to indicate that the Data property contains DynamicRendererCachedData from a DynamicRenderer object.

Top

Public 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

Public Methods

(see also Protected 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  Overloaded. Determines whether two Object instances are equal. (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)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (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

Protected Methods

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.CustomStylusDataAdded This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.Error This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.InAirPackets This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.Packets This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.RealTimeStylusDisabled This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.RealTimeStylusEnabled This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.StylusButtonDown This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.StylusButtonUp This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.StylusDown This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.StylusInRange This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.StylusOutOfRange This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.StylusUp This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.SystemGesture This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.TabletAdded This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.TabletRemoved This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Property Microsoft.StylusInput.IStylusSyncPlugin.DataInterest  

Top

See Also

Reference

DynamicRenderer Class
Microsoft.StylusInput Namespace
IStylusSyncPlugin