Search
Canvas.bounds Property
See Also
 





Gets the underlying Canvas element's logical bounds.

Namespace: MindFusion.Controls
Package: Canvas.js

 Syntax

JavaScript  Copy Code

get bounds() {}
set bounds(value) {}

 Property Value

Rect

A Rect instance specifying canvas bounds in current measureUnit.

 See Also