PolygonSeamRenderingMode¶
Namespace: ThinkGeo.Core
Controls how polygon seam sealing is rendered.
public enum PolygonSeamRenderingMode
Inheritance Object → ValueType → Enum → PolygonSeamRenderingMode
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| NoSeam | 0 | Disables seam sealing. |
| SeamWithoutAntiAlias | 1 | Enables seam sealing using a non anti-aliased hairline stroke. |
| SeamWithAntiAlias | 2 | Enables seam sealing using an anti-aliased hairline stroke. |