IInkAnalysisNode.BoundingRect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the position and size of a single node belonging to the IInkAnalysisNode object.
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.