This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the EngineInkEnvironment singleton.
The IEngineInkEnvironment interface manages the state of ink collection and the ink sketch.
Name | Description | |
---|---|---|
AlwaysShowAlternates | Indicates if the alternates dialog will always be shown when performing text recognition. | |
AutoRecognizeInkGraphics | Indicates whether to attempt to recognize newly created InkGraphics as text. | |
Clear | Deletes any active ink from the screen. | |
GeneralizeInk | Indicates whether the Ink should be generalized. | |
InkCollectionMode | Indicates if the extension is collecting ink. | |
InkCollector | The internal ink collecting object. | |
InkGeometry | The current Ink sketch as a geometry. | |
MapNavigationGesturesEnabled | Indicates whether the map navigation gestures should be enabled. | |
OnlyEraseActiveInkSketch | Indicates if only the active ink sketch may be erased. | |
PressureSensitiveStylus | Indicates if the ink stylus is pressure-sensitive. | |
ProjectInkGraphicGeometry | Indicates whether to project an InkGraphic's Geometry. | |
ScratchoutEnabled | Indicates whether the scratch-out gesture should be enabled. | |
Start | Starts obtaining ink from the stylus. | |
Stop | Stops obtaining ink from the stylus. | |
ToolCommitDelay | The auto commit delay interval in seconds. | |
ToolCommitType | The ink tool commit type. |
Classes | Description |
---|---|
EngineInkEnvironment | A singleton object representing Engine ink environment. |