/**
@class wxPixelData
- @wxheader{rawbmp.h}
A class template with ready to use implementations for getting
direct and efficient access to wxBitmap's internal data and
Create pixel data object representing the area of the image defined by
@a pt and @a sz.
*/
- wxPixelData(Image& i, const wxPoint& pt, const wxSize& sz)
+ wxPixelData(Image& i, const wxPoint& pt, const wxSize& sz);
/**
Return @true of if we could get access to bitmap data successfully.
*/
- operator bool() const:
+ operator bool() const;
/**
Return the iterator pointing to the origin of the image.