InkPresenter (Silverlight)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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.
In This Section
Term |
Definition |
---|---|
Describes and demonstrates various uses of ink in Silverlight-based applications. |
Tasks
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. |