CustomVertex.PositionNormalTextured.PositionNormalTextured Constructor 
           
          
Language: Visual Basic C# C++ JScript (Show All)  
         
      
      Initializes a new instance of the CustomVertex.PositionNormalTextured  class.
      Definition
      
        
          
            Visual Basic 
            Public Sub New ( _xvalue  As Single yvalue  As Single zvalue  As Single nxvalue  As Single nyvalue  As Single nzvalue  As Single u  As Single v  As Single  
           
          
            C# 
            public  PositionNormalTextured (float xvalue ,float yvalue ,float zvalue ,float nxvalue ,float nyvalue ,float nzvalue ,float u ,float v  
           
          
            C++ 
            public: PositionNormalTextured (float xvalue ,float yvalue ,float zvalue ,float nxvalue ,float nyvalue ,float nzvalue ,float u ,float v  
           
          
            JScript 
            public function PositionNormalTextured (xvalue  : float yvalue  : float zvalue  : float nxvalue  : float nyvalue  : float nzvalue  : float u  : float v  : float  
           
        
       
      Parameters
      
        
          
            
              xvalue 
             
            
              
                System.Single 
               
              x  coordinate of the position. 
           
          
            
              yvalue 
             
            
              
                System.Single 
               
              y  coordinate of the position. 
           
          
            
              zvalue 
             
            
              
                System.Single 
               
              z  coordinate of the position. 
           
          
            
              nxvalue 
             
            
              
                System.Single 
               
              nx  coordinate of the vertex normal. 
           
          
            
              nyvalue 
             
            
              
                System.Single 
               
              ny  coordinate of the vertex normal. 
           
          
            
              nzvalue 
             
            
              
                System.Single 
               
              nz  coordinate of the vertex normal. 
           
          
            
              u 
             
            
              
                System.Single 
               
              u  component of the texture coordinate. 
           
          
            
              v 
             
            
              
                System.Single 
               
              v  component of the texture coordinate. 
           
        
       
      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