Share via


Renderer Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

Represents the management of mappings from ink to the display window. Use the Renderer object to display ink in a window. You can also use it to reposition and resize stroke.

The Renderer type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Draw Overloaded. Draws strokes on a Graphics or device context.
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 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.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from 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 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

See Also

Reference

Renderer Class

Microsoft.Ink Namespace