sizekendo.geometry.Size

The size of the rectangle.

Example

<script>
var geom = kendo.geometry;
var rect = new geom.Rect([10, 10], [20, 30]);

// Get the size
var size = rect.size;
console.log("Width:", size.width); // 20
console.log("Height:", size.height); // 30
</script>
In this article
size
Not finding the help you need?
Contact Support