Draws a filled polygons.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Overrides Sub FillPolyPolyLine( _ ByVal intPoints As Point(), _ ByVal counts As Integer() _ ) |
C#
|
public override void FillPolyPolyLine( Point[] intPoints, int[] counts ) |
Parameters
-
intPoints
-
Type: Point[]
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