ContourInfo Constructors
The structure that provides information about a map item’s outline.| Name | Parameters | Description |
|---|---|---|
| ContourInfo(ReadOnlyCoordPointCollection, Boolean, Int32) | points, isClosed, innerIndex | Initializes a new ContourInfo instance with the specified parameters. |
| ContourInfo(ReadOnlyCoordPointCollection, Boolean) | points, isClosed | Initializes a new ContourInfo instance with the specified parameters. |
See Also