strideInY
The scale that maps y-coordinate of the destination to y-coordinate of the source.
Declaration
var strideInY: Int { get set }Discussion
Source y-coordinate, sy is computed from destination y-coordinate, dy as sy = strideInY*dy. Default value is 1.