Multiplies all three coordinates of the 
DPoint by a 
double value.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Shared Operator *( _ ByVal val As Double, _
 ByVal p1 As DPoint _
 ) As DPoint
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			val
		
	
- 
		
			Type: double 
		 
			A double multiplier. 
		 
	- 
		
			p1
		
	
- 
		
			Type: DPoint 
		 
			A DPoint object. 
		 
		Return Value
  A 
DPoint object whose coordinates are received by multiplication
of initial coordinates on the 
double multiplier.
 
	
		 Platforms
		
		Platforms
	
  
	
	
	
	
	
	
		 Version Information
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		 See Also
		
		See Also