IInkStrokeContainer.BoundingRect Property

Definition

Gets the bounding rectangle of the InkStroke collection managed by the InkStrokeContainer.

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

Property Value

The bounding rectangle of the InkStroke collection.

Applies to

See also