InkAnalysisInkBullet.BoundingRect Property

Definition

Gets the bounding rectangle of the InkAnalysisInkBullet 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 = 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.

Implements

Applies to

See also