IInkRenderer Methods
4/8/2010
This section contains the methods for the IInkRenderer class.
Method | Description |
---|---|
Draws strokes on a device context. |
|
Draws a stroke on the specified windows device context. |
|
Gets the object transform that was used to render ink. |
|
Gets the view transform that is used to render ink. |
|
Converts a location in ink space coordinates to be in pixel space. |
|
Converts an array of points in ink space coordinates to pixel space. |
|
Calculates the rectangle on the device context that would contain a collection of strokes if they were drawn with the IInkRenderer object. |
|
Calculates the rectangle on the device context that would contain a stroke if they were drawn with the IInkRenderer object. |
|
Applies a translation to the view transform in ink space coordinates. |
|
Converts a location in pixel coordinates to be in ink space. |
|
Converts an array of points in pixel space coordinates to ink space. |
|
Applies a rotation to the view transform. |
|
Scales the view transform in the X and Y dimension. |
|
Sets the object transform that is used to render ink. |
|
Sets the view transform that is used to render ink. |