InkManipulationMode enumeration
Identifies the ink input mode.
Syntax
var value = Windows.UI.Input.Inking.InkManipulationMode.inking;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The InkManipulationMode enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Inking | inking | 0 |
All points are passed to the InkStrokeBuilder and an InkStroke is created. The stroke is appended to the stroke collection of the InkManager or InkStrokeContainer. |
| Erasing | erasing | 1 |
All strokes are hit tested against all strokes in the stroke collection. If there is an intersection, InkManager deletes the stroke automatically and returns an invalidated rectangle for processPointerUpdate calls. |
| Selecting | selecting | 2 |
All points are used to create a polyline. When you call processPointerUp, the polyline is hit tested against entire stroke collection and all strokes within the polyline are marked as selected. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
