CGXRange::UnionRange
BOOL UnionRange(const CGXRange& r1, const CGXRange& r2);
r1
Reference to CGXRange that contains a source range.
r2
Reference to CGXRange that contains a source range.
Return Value
TRUE if the union is not empty; FALSE otherwise.
Remarks
Makes a CGXRange equal to the union of two existing ranges.