Multiplies a vector and the matrix.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Shared Operator *( _     ByVal P As DPoint, _     ByVal matrix As CADMatrix _  ) As DPoint  | 
		    
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			P
		
	
 
	- 
		
			Type: DPoint 
		
		
			A DPoint object representing a value to be multiplied. 
		
	 
	- 
		
			matrix
		
	
 
	- 
		
			Type: CADMatrix 
		
		
			A CADMatrix object representing a matrix. 
		
	 
	
		Return Value
  A 
DPoint object representing a result of multiplication.
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also