Draws a filled polygons.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Overridable Sub FillPolyPolyLine( _     ByVal intPoints As T(), _     ByVal counts As Integer() _  )  | 
		    
		  
		
		
		
			
				
					| 
						C#
					 | 
				
				
					public virtual void FillPolyPolyLine(     T[] intPoints,     int[] counts  )  | 
				
			
		
		
		
		
	 
	Parameters
	- 
		
			intPoints
		
	
 
	- 
		
			Type: T[] 
		
		
			The set of points for visualization 
		
	 
	- 
		
			counts
		
	
 
	- 
		
			Type: int[] 
		
		
			A list of point numbers for figures. 
		
	 
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also