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