| Name | Type | Description |
|---|---|---|
| Left |
Double
|
|
| Top |
Double
|
|
| Right |
Double
|
|
| Bottom |
Double
|
|
| Sides |
Long
|
|
| SubPaths |
Long
|
Specifies the number of subpaths in the polygon. |
| Complexity |
Long
|
|
| Star |
Boolean
|
Specifies whether the polygon appears as a star shape. |
| StarComplexity |
Long
|
|
| MaxComplexity |
Long
|
Sub Test() ActiveLayer.CreatePolygon 0, 3, 3, 0, 5, 1, 1, True End Sub