Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Represents the area that the InkRecognizer object uses and in which ink can be drawn. The area is known as the recognizer guide.
The InkRecognizerGuide type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
InkRecognizerGuide | Initializes a new instance of the InkRecognizerGuide class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Columns | Gets or sets the number of columns in the recognition guide. |
![]() |
DrawnBoxBottom | Gets or sets the bottom coordinate of the rectangle that is physically drawn on the tablet screen and in which writing can occur. |
![]() |
DrawnBoxLeft | Gets or sets the left coordinate of the rectangle that is physically drawn on the tablet screen and in which writing can occur. |
![]() |
DrawnBoxRight | Gets or sets the right coordinate of the rectangle that is physically drawn on the tablet screen and in which writing can occur. |
![]() |
DrawnBoxTop | Gets or sets the top coordinate of the rectangle that is physically drawn on the tablet screen and in which writing can occur. |
![]() |
Midline | Gets or sets the midline height. The midline height is the distance from the baseline to the midline, of the drawn box. |
![]() |
Rows | Gets or sets the number of rows in the recognition guide. |
![]() |
WritingBoxBottom | Gets or sets the bottom coordinate for the invisible writing area of the recognizer guide in which writing can occur. |
![]() |
WritingBoxLeft | Gets or sets the left coordinate for the invisible writing area of the recognizer guide in which writing can occur. |
![]() |
WritingBoxRight | Gets or sets the right coordinate for the invisible writing area of the recognizer guide in which writing can occur. |
![]() |
WritingBoxTop | Gets or sets the top coordinate for the invisible writing area of the recognizer guide in which writing can occur. |
Top