Compartir a través de


Renderer Members

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

Public Constructors

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

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Draw Overloaded. Draws strokes on a Graphics or device context.
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 GetObjectTransform Identifies the Matrix object that represents the object transform that was used to render ink.
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method GetViewTransform Identifies the Matrix object that represents the object transform that was used to render ink.
Public method InkSpaceToPixel Overloaded. Converts one or more locations in ink space coordinates to be in pixel space.
Public method Measure Overloaded. Calculates the Rectangle on the device context needed to contain the stroke or strokes to be drawn by the Renderer object.
Public method Move Applies a translation to the GetViewTransform in ink space coordinates.
Public method PixelToInkSpace Overloaded. Converts one or more locations from pixel coordinates to ink space coordinates.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Rotate Overloaded. Applies a rotation to the GetViewTransform.
Public method Scale Overloaded. Scales the GetViewTransform in the X and Y dimensions.
Public method SetObjectTransform Sets the Matrix object that represents the object transform that is used to render ink.
Public method SetViewTransform Sets the Matrix object that represents the view transform that is used to render ink.
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

See Also

Reference

Renderer Class
Microsoft.Ink Namespace
InkCollector.Renderer
InkOverlay.Renderer
InkPicture.Renderer
Ink
Stroke
Strokes