|
| Class | Description |
|---|
.gif) | AnalysisAlternate | Represents one of the possible handwriting recognition word matches for ContextNode objects. |
.gif) | AnalysisAlternateCollection | Contains a collection of AnalysisAlternate objects. |
.gif) | AnalysisAlternateCollection..::.AnalysisAlternateCollectionEnumerator | An implementation of the IEnumerator interface that supports iterating over an AnalysisAlternateCollection. |
.gif) | AnalysisHintNode | Provides an InkAnalyzer with an analysis hint for a region. |
.gif) | AnalysisRegion | Represents an area of a document. |
.gif) | AnalysisStatus | Represents the status of the analysis operation by indicating whether the analysis completed successfully, whether any warnings occurred, and where the changes, if any, were applied. |
.gif) | AnalysisWarning | Represents a warning or error that occurs during an ink analysis operation. |
.gif) | AnalysisWarningCollection | Contains a collection of AnalysisWarning objects that are the result of an ink analysis. |
.gif) | AnalysisWarningCollection..::.AnalysisWarningCollectionEnumerator | An implementation of the IEnumerator interface that supports iterating through an AnalysisWarningCollection. |
.gif) | CancelMouseEventArgs | Provides data for cancelable mouse events. |
.gif) | ContextLink | Represents a relationship between two ContextNode objects that is not a parent-child relationship. |
.gif) | ContextLinkCollection | Contains a collection of ContextLink objects. |
.gif) | ContextLinkCollection..::.ContextLinkCollectionEnumerator | An implementation of the IEnumerator interface that supports iterating over a ContextLinkCollection. |
.gif) | ContextNode | Represents a node in a tree of objects that are created as part of ink analysis. |
.gif) | ContextNodeCollection | Contains a collection of ContextNode objects that are the result of an ink analysis. |
.gif) | ContextNodeCollection..::.ContextNodeCollectionEnumerator | An implementation of the IEnumerator interface that supports iterating over a ContextNodeCollection. |
.gif) | ContextNodeCreatedEventArgs | Provides data for the ContextNodeCreated event. |
.gif) | ContextNodeDeletingEventArgs | Provides data for the ContextNodeDeleting event. |
.gif) | ContextNodeLinkAddingEventArgs | Provides data for the ContextNodeLinkAdding event. |
.gif) | ContextNodeLinkDeletingEventArgs | Provides data for the ContextNodeLinkDeleting event. |
.gif) | ContextNodeMovingToPositionEventArgs | Provides data for the ContextNodeMovingToPosition event. |
.gif) | ContextNodePropertiesUpdatedEventArgs | Provides data for the ContextNodePropertiesUpdated event. |
.gif) | ContextNodeReparentingEventArgs | Provides data for the ContextNodeReparenting event. |
.gif) | ContextNodeType | Defines values that specify the type of ContextNode object. |
.gif) | Cursor | Represents general information about a tablet pointing and selecting device. |
.gif) | CursorButton | Represents general information about a button on a tablet pointing and selecting device. |
.gif) | CursorButtons | Represents a collection of CursorButton objects for a Cursor object. |
.gif) | CursorButtons..::.CursorButtonsEnumerator | An implementation of the System.Collections.IEnumerator interface that supports iterating over a CursorButtons collection. |
.gif) | Cursors | Represents a collection of Cursor objects. |
.gif) | Cursors..::.CursorsEnumerator | An implementation of the System.Collections.IEnumerator interface that supports iterating over a Cursors collection. |
.gif) | CustomRecognizerNode | Represents a ContextNode for a single recognition operation. All strokes and nodes that are under a CustomRecognizerNode object are recognized in an independent recognition operation and are not analyzed by the InkAnalyzer. |
.gif) | CustomStrokes | Contains a collection of user-defined Strokes collections. |
.gif) | CustomStrokes..::.CustomStrokesEnumerator | An implementation of the System.Collections.IEnumerator interface that supports iterating over a CustomStrokes collection. |
.gif) | Divider | Represents the ability to analyze the layout of a collection of strokes, dividing them into text and graphics. |
.gif) | DivisionResult | Represents the layout analysis of the collection of strokes contained by the Divider object. |
.gif) | DivisionUnit | Represents a single structural element within a DivisionResult object. |
.gif) | DivisionUnits | Contains a collection of DivisionUnit objects that are contained in a DivisionResult object. |
.gif) | DivisionUnits..::.InkDivisionUnitsEnumerator | An implementation of the System.Collections.IEnumerator interface that supports iterating over a DivisionUnits collection. |
.gif) | DrawingAttributes | Represents the attributes that are applied to ink when it is drawn. |
.gif) | DrawingAttributesProperty | |
.gif) | ExtendedProperties | Represents a collection of ExtendedProperty objects that contain application-defined data. |
.gif) | ExtendedProperties..::.ExtendedPropertiesEnumerator | An implementation of the System.Collections.IEnumerator interface that supports iterating over an ExtendedProperties collection. |
.gif) | ExtendedProperty | Represents the ability to add your own data to a variety of objects within the Tablet PC object model. |
.gif) | Factoid | This class contains the pre-defined factoid identifiers. This class cannot be inherited. |
.gif) | Gesture | Represents the ability to query particular properties of a gesture returned from a gesture recognition. |
.gif) | ImageNode | Represents a ContextNode for a two-dimensional region where any non-ink images may exist in the application. |
.gif) | Ink | Represents the collected strokes of ink within an ink space. |
.gif) | InkAnalyzer | Provides access to layout analysis, writing and drawing classification, and handwriting recognition. |
.gif) | InkBulletNode | InkBulletNode class corresponds to any ContextNode with the Type property value of InkBullet. |
.gif) | InkCollector | Represents an object that is used to capture ink from available tablet devices. |
.gif) | InkCollectorCursorButtonDownEventArgs | Provides data for the InkCollector..::.CursorButtonDown, InkOverlay..::.CursorButtonDown, and InkPicture..::.CursorButtonDown events. |
.gif) | InkCollectorCursorButtonUpEventArgs | Provides data for the InkCollector..::.CursorButtonUp, InkOverlay..::.CursorButtonUp, and InkPicture..::.CursorButtonUp events. |
.gif) | InkCollectorCursorDownEventArgs | Provides data for the InkCollector..::.CursorDown, InkOverlay..::.CursorDown, and InkPicture..::.CursorDown events. |
.gif) | InkCollectorCursorInRangeEventArgs | Provides data for the InkCollector..::.CursorInRange, InkOverlay..::.CursorInRange, and InkPicture..::.CursorInRange events. |
.gif) | InkCollectorCursorOutOfRangeEventArgs | Provides data for the InkCollector..::.CursorOutOfRange, InkOverlay..::.CursorOutOfRange, and InkPicture..::.CursorOutOfRange events. |
.gif) | InkCollectorGestureEventArgs | Provides data for the Gesture events of ink collectors (InkCollector..::.Gesture, InkOverlay..::.Gesture, and InkPicture..::.Gesture), which occur when an application gesture is recognized. |
.gif) | InkCollectorNewInAirPacketsEventArgs | Provides data for the NewInAirPackets events of ink collector (InkCollector..::.NewInAirPackets, InkOverlay..::.NewInAirPackets, and InkPicture..::.NewInAirPackets), which occur when an in-air packet is detected. |
.gif) | InkCollectorNewPacketsEventArgs | Provides data for the NewPackets events of ink collector (InkCollector..::.NewPackets, InkOverlay..::.NewPackets, and InkPicture..::.NewPackets), which occur when ink collector receives packet. |
.gif) | InkCollectorStrokeEventArgs | Provides data for the Stroke events of ink collector (InkCollector..::.Stroke, InkOverlay..::.Stroke, and InkPicture..::.Stroke), which occur when the user draws a new stroke on any tablet. |
.gif) | InkCollectorSystemGestureEventArgs | Provides data for the SystemGesture events of an ink collector (InkCollector..::.SystemGesture, InkOverlay..::.SystemGesture, and InkPicture..::.SystemGesture), which occur when a systemgesture is recognized. |
.gif) | InkCollectorTabletAddedEventArgs | Provides data for the TabletAdded events of ink collector (InkCollector..::.TabletAdded, InkOverlay..::.TabletAdded, and InkPicture..::.TabletAdded), which occur when a tablet is added to the system. |
.gif) | InkCollectorTabletRemovedEventArgs | Provides data for the TabletRemoved events of ink collectors (InkCollector..::.TabletRemoved, InkOverlay..::.TabletRemoved, and InkPicture..::.TabletRemoved), which occur when a tablet is removed from the system. |
.gif) | InkDrawingNode | Represents a ContextNode for a collection of strokes that make up a drawing. This class cannot be inherited. |
.gif) | InkEdit | The InkEdit control enables you to collect ink, recognize it, and display it as text. This control allows you to enable smart forms, which improves the accuracy of text input. |
.gif) | InkEditGestureEventArgs | Provides data for Gesture events, which occur when an application-specific gesture is recognized in an InkEdit control. |
.gif) | InkEditRecognitionEventArgs | Provides data for Recognition events, which occur when the InkEdit control gets results manually from a call to the Recognize method or automatically after the recognition timeout fires. |
.gif) | InkEditStrokeEventArgs | Provides data for Stroke events, which occur when the user draws a new stroke on an InkEdit control. |
.gif) | InkOverlay | Represents an object that is useful for annotation scenarios where users are not concerned with performing recognition on ink but instead are interested in the size, shape, color, and position of the ink. |
.gif) | InkOverlayPaintingEventArgs | Provides data for the painting events of Painting objects and Painting controls, which occur when ink is about to be painted. |
.gif) | InkOverlaySelectionChangingEventArgs | Provides data for the SelectionChanging events of SelectionChanging objects and SelectionChanging controls, which occur when the selection of ink is about to change, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property (for Selection or Selection). |
.gif) | InkOverlaySelectionMovedEventArgs | Provides data for the SelectionMoved events of SelectionMoved objects and SelectionMoved controls, which occur when selected strokes have been moved. |
.gif) | InkOverlaySelectionMovingEventArgs | Provides data for the SelectionMoving events of SelectionMoving objects and SelectionMoving controls, which occur when selected strokes are about to be moved. |
.gif) | InkOverlaySelectionResizedEventArgs | Provides data for the SelectionResizing events of SelectionResized objects and SelectionResized controls, which occur when selected strokes have been resized. |
.gif) | InkOverlaySelectionResizingEventArgs | Provides data for the SelectionResizing events of SelectionResizing objects and SelectionResizing controls, which occur when selected strokes are about to be resized. |
.gif) | InkOverlayStrokesDeletingEventArgs | Provides data for the StrokesDeleting events of StrokesDeleting objects and StrokesDeleting controls, which occur when strokes are about to be deleted. |
.gif) | InkPicture | The InkPicture control provides the ability to place an image in an application and enable users to add ink on top of it. It is intended for scenarios in which ink is not recognized as text but is instead stored as ink. |
.gif) | InkRecognizer | Provides access to handwriting recognizers for use with ink analysis. |
.gif) | InkRecognizerCollection | Contains InkRecognizer objects that represent the ability to recognize handwriting from various locales. |
.gif) | InkRecognizerCollection..::.InkRecognizerCollectionEnumerator | An implementation of the IEnumerator interface that supports iterating over an InkRecognizerCollection collection. |
.gif) | InkWordNode | Represents a ContextNode for a collection of strokes that make up a logical grouping to form a recognizable word. |
.gif) | JournalReader | Provides read access to a Windows Journal file, returning a stream containing an XML version of the file’s contents. |
.gif) | LineNode | Represents a ContextNode for a line of words. |
.gif) | NewStrokesLoadedEventArgs | Provides data for the NewStrokesLoaded event. |
.gif) | ObjectNode | Represents a ContextNode for a node that is returned from an object custom recognizer. |
.gif) | PacketProperty | Defines values that specify the packet properties. |
.gif) | ParagraphNode | Represents a ContextNode for a collection of |