Share via


IInkAnalysisNode.BoundingRect Property

Definition

Gets the position and size of a single node belonging to the IInkAnalysisNode object.

Bounding rectangle Rotated bounding rectangle
Bounding rectangle Rotated bounding rectangle
public:
 property Rect BoundingRect { Rect get(); };
Rect BoundingRect();
public Rect BoundingRect { get; }
var rect = iInkAnalysisNode.boundingRect;
Public ReadOnly Property BoundingRect As Rect

Property Value

The X, Y coordinates (top left) and dimensions (length and width) of the bounding box for the IInkAnalysisNode object, in device-independent pixels (DIPs) relative to the upper left-hand corner of the inking area.

Applies to

See also