inverse()
Returns a new region that is the mathematical inverse of an existing region.
Declaration
func inverse() -> SelfReturn Value
A new region object whose contents include all points that are not in the current region.
Returns a new region that is the mathematical inverse of an existing region.
func inverse() -> SelfA new region object whose contents include all points that are not in the current region.