Writes a visible part of the current CAD image to the clipboard as a raster image.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Overridable Sub SaveImageToClipboard( _     ByVal clipRect As ClipRect _  )  | 
		    
		  
		
		
		
			
				
					| 
						C#
					 | 
				
				
					public virtual void SaveImageToClipboard(     ClipRect clipRect  )  | 
				
			
		
		
		
		
	 
	Parameters
	- 
		
			clipRect
		
	
 
	- 
		
			Type: ClipRect 
		
		
			A DRect object specifying a size of the CADImage. Set to null to get all size cadImage 
		
	 
 
	
		
		
		Remarks
	
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also