GetBounds Method (Stroke)
Returns a Rect that is the bounding box of the Stroke.
XAML |
Cannot use methods in XAML.
|
Scripting |
retval = object.GetBounds()
|
Return Value
The bounding box of the Stroke.
Remarks
Do not attempt to set values in the returned Rect; it should be used for reference only.
Examples
JavaScript |
---|
var newRect = currentStroke.GetBounds(); |