Contents

strideInX

The scale that maps x-coordinate of the destination to x-coordinate of the 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.