Returns an angle between specified point and the X-axis of the Cartesian coordinate system that specified by another point.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Shared Function GetAngle( _ ByVal p As PointF, _
 ByVal a As PointF _
 ) As Single
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			p
		
	
- 
		
			Type: PointF 
		 
			Zero-point of Cartesian coordinate system. 
		 
	- 
		
			a
		
	
- 
		
			Type: PointF 
		 
			Specified point 
		 
 
	
		
		
		Remarks
	
	
		 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