Method ScaleNearestNeighbor
ScaleNearestNeighbor(Color[,], Color[,])
Scales a Color[,] pixel array into a destination array using nearest-neighbor interpolation.
public static void ScaleNearestNeighbor(Color[,] source, Color[,] destination)
Scales a Color[,] pixel array into a destination array using nearest-neighbor interpolation.
public static void ScaleNearestNeighbor(Color[,] source, Color[,] destination)