Checks if 
DPoint object belongs to 
DRect object.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Function Contains( _     ByVal pt As DPoint _  ) As Boolean  | 
		    
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			pt
		
	
 
	- 
		
			Type: DPoint 
		
		
			Checking point 
		
	 
	
		Return Value
  Returns 
true if the point belongs to rectangle; otherwise 
false.
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also