Enum TouchStrategy
Types of touch strategies.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public enum TouchStrategy
Exclusive
If touching another tile on a single point exclude it from the polygon.
Inclusive
If touching another tile on a single point include it in the polygon.