2 references to GetDecodedPixels
ReachFramework (2)
AlphaFlattener\ImageProxy.cs (2)
117
_pixels =
GetDecodedPixels
(new Int32Rect(0, 0, _pixelWidth, _pixelHeight));
496
pixels =
GetDecodedPixels
(new Int32Rect(x0, y0, width, height));