InkAnalysisInkBullet.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 bounding rectangle of the InkAnalysisInkBullet object.
Bounding rectangle | Rotated bounding rectangle |
---|---|
public:
property Rect BoundingRect { Rect get(); };
Rect BoundingRect();
public Rect BoundingRect { get; }
var rect = inkAnalysisInkBullet.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 InkAnalysisInkBullet object, in device-independent pixels (DIPs) relative to the upper left-hand corner of the inking area.