git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21873
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxPixelDataIn(wxBitmap& bmp, const wxRect& rect)
: m_bmp(bmp), m_pixels(bmp, *this)
{
wxPixelDataIn(wxBitmap& bmp, const wxRect& rect)
: m_bmp(bmp), m_pixels(bmp, *this)
{
- InitRect(rect.GetPositions(), rect.GetSize());
+ InitRect(rect.GetPosition(), rect.GetSize());
}
wxPixelDataIn(wxBitmap& bmp, const wxPoint& pt, const wxSize& sz)
}
wxPixelDataIn(wxBitmap& bmp, const wxPoint& pt, const wxSize& sz)