bool GetPixels(DIPixelProvider& provider, const Rect<SInt32>& sourceRect);
GetPixels gets the pixels and returns false in case of bounds error.
Parameters |
Description |
DIPixelProvider& provider |
Interface to providing pixels for Get/SetPixels. |
const Rect<SInt32>& sourceRect |
A rectangular area in the current BitmapData object. |
The pixels.