DrawableImage::GetPixels

DrawableImage::GetPixels
bool GetPixels(DIPixelProvider& provider, const Rect<SInt32>& sourceRect);
Description

GetPixels gets the pixels and returns false in case of bounds error.

Parameters
Parameters 
Description 
DIPixelProvider& provider 
Interface to providing pixels for Get/SetPixels
const Rect<SInt32>& sourceRect 
A rectangular area in the current BitmapData object. 
Return Value

The pixels.