]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/image.tex
wxTLW::SetLeft/RightMenu of smart phones documented.
[wxWidgets.git] / docs / latex / wx / image.tex
index 741ba4a38521a90f476da42a2d9f602851954d4e..fd4451655d5b2171b91c233002211c6fb2b40a1b 100644 (file)
@@ -430,8 +430,10 @@ Returns the blue intensity at the given coordinate.
 Returns the image data as an array. This is most often used when doing
 direct image manipulation. The return value points to an array of
 characters in RGBRGBRGB$\ldots$ format in the top-to-bottom, left-to-right
-order, that is the first RGB triplet corresponds to the pixel $(0, 0)$, the
-second one --- to $(0, 1)$ and so on.
+order, that is the first RGB triplet corresponds to the pixel first pixel of
+the first row, the second one --- to the second pixel of the first row and so
+on until the end of the first row, with second row following after it and so
+on.
 
 You should not delete the returned pointer nor pass it to
 \helpref{wxImage::SetData}{wximagesetdata}.