[]
Contains helper methods for the CompiledRegion.
public static class CompiledRegionExtensions
| Name | Description |
|---|---|
| Compile(RegionEx) | Converts the RegionEx to a CompiledRegion. |
| Exclude(CompiledRegion, PathEx) | Excludes the specified path from the compiled region. |
| Intersect(CompiledRegion, PathEx) | Intersects the compiled region with the specified path. |
| Union(CompiledRegion, PathEx) | Adds the specified path to the compiled region. |