added wxRect::GetTopRight/BottomLeft() for consistency with the existing GetTopLeft/BottomRight()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-09-16 13:36:30 +00:00
parent 7ca253a50f
commit f790ec82e7
2 changed files with 35 additions and 10 deletions

View File

@@ -147,14 +147,29 @@ Gets the position.
\constfunc{wxPoint}{GetTopLeft}{\void}
Gets the topleft position of the rectangle. (Same as GetPosition).
Gets the position of the top left corner of the rectangle, same as
\helpref{GetPosition}{wxrectgetposition}.
\membersection{wxRect::GetTopRight}\label{wxrectgettopright}
\constfunc{wxPoint}{GetTopRight}{\void}
Gets the position of the top right corner.
\membersection{wxRect::GetBottomLeft}\label{wxrectgetbottomleft}
\constfunc{wxPoint}{GetBottomLeft}{\void}
Gets the position of the bottom left corner.
\membersection{wxRect::GetBottomRight}\label{wxrectgetbottomright}
\constfunc{wxPoint}{GetBottomRight}{\void}
Gets the bottom right position. Returns the bottom right point inside the rectangle.
Gets the position of the bottom right corner.
\membersection{wxRect::GetRight}\label{wxrectgetright}