aNumber

The a (1, 1) member of the matrix.

Example

<script>
    var geom = kendo.geometry;
    var matrix = new geom.Matrix(2, 0, 0, 1, 10, 5);
    console.log(matrix.a); // outputs: 2
</script>
In this article
a
Not finding the help you need?
Contact Support