[]
Converts the RegionEx to a CompiledRegion.
public static CompiledRegion Compile(this RegionEx region)
Type | Name | Description |
---|---|---|
RegionEx | region | The original region. |
Type | Description |
---|---|
CompiledRegion | A CompiledRegion representing the compiled region. |