Skip to main content

ContourInfo Constructors

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