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 strokes.
Definition
| Visual Basic .NET | Public Class Renderer Inherits Object |
|---|
| C# | public class Renderer : Object |
|---|
| Managed C++ | public __gc class Renderer
: public Object |
|---|
Members Table
The following table lists the members exposed by the object.
Inheritance Hierarchy
Remarks
Printing is also done through the Renderer object.
Class Information
| Namespace | Microsoft.Ink |
|---|
| Assembly | Microsoft.Ink (microsoft.ink.dll) |
|---|
| Strong Name | Microsoft.Ink,
Version=1.7.4009.0,
Culture=neutral,
PublicKeyToken=a2870d9cc4d021c8 |
|---|
See Also