Divider Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Represents the ability to analyze the layout of a collection of strokes, dividing them into text and graphics.
The Divider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Divider | Overloaded. Initializes a new instance of the Divider class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases resources used by the Divider object. | |
Divide | Returns a DivisionResult object containing structural information about the Strokes property of the Divider object. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Frees the resources of the current Divider object before it is reclaimed by the garbage collector. (Overrides Object.Finalize().) | |
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 | |
---|---|---|
LineHeight | Gets or sets the expected handwriting height, in HIMETRIC units. | |
RecognizerContext | Gets or sets the RecognizerContext object that the Divider object uses for handwriting analysis. | |
Strokes | Gets or sets the Strokes collection on which the Divider object performs ink analysis. |
Top