CoreIncrementalInkStroke.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 CoreIncrementalInkStroke.
public:
property Rect BoundingRect { Rect get(); };
Rect BoundingRect();
public Rect BoundingRect { get; }
var rect = coreIncrementalInkStroke.boundingRect;
Public ReadOnly Property BoundingRect As Rect
Property Value
The bounding rectangle of the CoreIncrementalInkStroke.