InkPresenter (Silverlight)
Silverlight
The InkPresenter element provides a drawing surface to support ink features. InkPresenter derives from Canvas and can display one or more UIElement objects and a StrokeCollection.
You can accomplish the following tasks with the example code at the specified location.
|
Task |
Example location |
|---|---|
|
Using the InkPresenter element. |
|
|
Applying DrawingAttributes to a Stroke. |
|
|
Iterating through the stylus points and manipulating the StrokeCollection. |
|
|
Demonstrating the GetBounds method of StrokeCollection. |
|
|
Demonstrating the HitTest method of StrokeCollection. |
|
|
Demonstrating the properties of StylusPoint. |