File: wx192.htm

package info (click to toggle)
wxwin2-doc 2.01-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,540 kB
  • ctags: 5,968
  • sloc: cpp: 15,157; makefile: 434; sh: 6
file content (35 lines) | stat: -rw-r--r-- 1,324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<HTML>
<head><title>wxRealPoint</title></head>

<BODY BGCOLOR=#FFFFFF>
<A NAME="wxrealpoint"></A><CENTER>
<A HREF="wx.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx22.htm#classref"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx191.htm#wxradiobutton"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx193.htm#wxrect"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>

<H2>wxRealPoint</H2>
<P>
A <B>wxRealPoint</B> is a useful data structure for graphics operations.
It contains floating point point <I>x</I> and <I>y</I> members.
See also <A HREF="wx171.htm#wxpoint">wxPoint</A> for an integer version.<P>
<B><FONT COLOR="#FF0000">Derived from</FONT></B><P>
None<P>
<B><FONT COLOR="#FF0000">Include files</FONT></B><P>
&lt;wx/gdicmn.h&gt;<P>
<B><FONT COLOR="#FF0000">See also</FONT></B><P>
<A HREF="wx171.htm#wxpoint">wxPoint</A><P>
<B><FONT COLOR="#FF0000">Members</FONT></B><P>
<A HREF="#topic719">wxRealPoint::wxRealPoint</A><BR>
<P>

<HR>
<A NAME="topic719"></A>
<H3>wxRealPoint::wxRealPoint</H3>
<P>
<B></B> <B>wxRealPoint</B>()<P>
<B></B> <B>wxRealPoint</B>(<B>double</B><I> x</I>, <B>double</B><I> y</I>)<P>
Create a point.<P>
double  x<P>
double  y<P>
Members of the <B>wxRealPoint</B> object.<P>


</BODY></HTML>