Example #1
0
 public virtual IPixel <QuantumType> GetPixel(int x, int y)
 => Pixel.Create(this, x, y, GetAreaUnchecked(x, y, 1, 1));
Example #2
0
 public virtual Pixel GetPixel(int x, int y) => Pixel.Create(this, x, y, GetAreaUnchecked(x, y, 1, 1));