Contents

strideInX

The scale that mapsx-coordinate of destination to x-coordinate of source.

Declaration

var strideInX: Int { get set }

Discussion

Source x-coordinate, sx is computed from destination x-coordinate, dx as sx = strideInX*dx. Default value is 1.