Learning doxygen

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-04-10 16:36:58 +00:00
parent 4e2cddc4b5
commit 02fcb9a13f

View File

@@ -10,11 +10,11 @@
image content.
Implemented on Windows, GTK+ and OS X:
wxNativePixelData: Class to access to wxBitmap's internal data without alpha channel (RGB).
wxAlphaPixelData: Class to access to wxBitmap's internal data with alpha channel (RGBA).
@li wxNativePixelData: Class to access to wxBitmap's internal data without alpha channel (RGB).
@li wxAlphaPixelData: Class to access to wxBitmap's internal data with alpha channel (RGBA).
Implemented everywhere:
wxImagePixelData: Class to access to wxImage's internal data with alpha channel (RGBA).
@li wxImagePixelData: Class to access to wxImage's internal data with alpha channel (RGBA).
@code
wxBitmap bmp;