SampledImage
constructor(image: DrawImage, source: FloatRect, destination: FloatRect, tint: ArgbColor = ArgbColor(-1), alphaCutoff: Float = 0.1f, orientation: SampledImageOrientation)(source)
constructor(image: DrawImage, source: FloatRect, destination: FloatRect, tint: ArgbColor = ArgbColor(-1), alphaCutoff: Float = 0.1f)(source)
Creates ordinary sampling with increasing source coordinates on both axes. Inputs, immutable ownership, and validation follow the primary constructor.