InkRecognitionResult.BoundingRect Property

Definition

Gets the bounding rectangle of the InkStroke data used for handwriting recognition.

Recognition results are produced for each word that is detected by an InkRecognizer.

public:
 property Rect BoundingRect { Rect get(); };
Rect BoundingRect();
public Rect BoundingRect { get; }
var rect = inkRecognitionResult.boundingRect;
Public ReadOnly Property BoundingRect As Rect

Property Value

The bounding rectangle of the ink strokes.

Applies to

See also