git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			36 lines
		
	
	
		
			651 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			651 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
| \section{\class{wxRealPoint}}\label{wxrealpoint}
 | |
| 
 | |
| A {\bf wxRealPoint} is a useful data structure for graphics operations.
 | |
| It contains floating point point {\it x} and {\it y} members.
 | |
| See also \helpref{wxPoint}{wxpoint} for an integer version.
 | |
| 
 | |
| \wxheading{Derived from}
 | |
| 
 | |
| None
 | |
| 
 | |
| \wxheading{Include files}
 | |
| 
 | |
| <wx/gdicmn.h>
 | |
| 
 | |
| \wxheading{See also}
 | |
| 
 | |
| \helpref{wxPoint}{wxpoint}
 | |
| 
 | |
| \latexignore{\rtfignore{\wxheading{Members}}}
 | |
| 
 | |
| \membersection{wxRealPoint::wxRealPoint}
 | |
| 
 | |
| \func{}{wxRealPoint}{\void}
 | |
| 
 | |
| \func{}{wxRealPoint}{\param{double}{ x}, \param{double}{ y}}
 | |
| 
 | |
| Create a point.
 | |
| 
 | |
| \member{double}{ x}
 | |
| 
 | |
| \member{double}{ y}
 | |
| 
 | |
| Members of the {\bf wxRealPoint} object.
 | |
| 
 | |
| 
 |