strideInY
The scale that mapsy-coordinate of destination to y-coordinate of 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.