fNumber

The f (2, 3) member of the matrix.

Example

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