Share via


InkStroke.BoundingRect Property

Definition

Gets the bounding box for the InkStroke.

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

Property Value

The bounding box.

Applies to

See also