| Vector3.Project Method | Language: | 
      
      
      Projects a vector from object space into screen space.
      Definition
      
        
          
            | Visual Basic | Public Sub Project( _ ByVal viewport As Object, _
 ByVal projection As Matrix, _
 ByVal view As Matrix, _
 ByVal world As Matrix _
 )
 | 
          
            | C# | public void  Project( object viewport,
 Matrix projection,
 Matrix view,
 Matrix world
 );
 | 
          
            | C++ | public: void Project(
 Object^ viewport,
 Matrix projection,
 Matrix view,
 Matrix world
 );
 | 
          
            | JScript | public function Project( viewport : Object,
 projection : Matrix,
 view : Matrix,
 world : Matrix
 );
 | 
        
      
      Parameters
      
        
      
      See Also
      
      
      Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
      
        
          Feedback? Please provide us with your comments on this topic.
			
        
        
	   		For more help, visit the DirectX Developer Center