From 7b4c31495268b3452019c67e52ff8ff86c03e36c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 25 Jan 2003 01:09:42 +0000 Subject: [PATCH] moved GetRed() in its correct place in alphabetical order git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/image.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index 2de5f97266..b932f7a6fd 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -397,12 +397,6 @@ available images. Number of available images. For most image handlers, this is 1 (exceptions are TIFF and ICO formats). -\membersection{wxImage::GetRed}\label{wximagegetred} - -\constfunc{unsigned char}{GetRed}{\param{int}{ x}, \param{int}{ y}} - -Returns the red intensity at the given coordinate. - \membersection{wxImage::GetHandlers} \func{static wxList\&}{GetHandlers}{\void} @@ -446,6 +440,12 @@ used when converting to wxBitmap under Windows. Eventually wxImage handlers will set the palette if one exists in the image file. +\membersection{wxImage::GetRed}\label{wximagegetred} + +\constfunc{unsigned char}{GetRed}{\param{int}{ x}, \param{int}{ y}} + +Returns the red intensity at the given coordinate. + \membersection{wxImage::GetSubImage}\label{wximagegetsubimage} \constfunc{wxImage}{GetSubImage}{\param{const wxRect\&}{ rect}}