Gets a rectangle incorporating and designating the selected entity.
        
Namespace:
CADImport.FaceModule
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Shared Function DrawEntityBox( _ ByVal node As TreeNode, _
 ByVal image As CADImage _
 ) As Rectangle
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			node
		
	
- 
		
			Type: TreeNode 
		 
			A TreeNode object corresponding to the selected entity. 
		 
	- 
		
			image
		
	
- 
		
			Type: CADImage 
		 
			A CADImage on which the selected entity is located. 
		 
		Return Value
  A 
Rectangle that designates the selected entity.
 
	
		 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