NAME
XIntersectRegion − compute the intersection of two regions.
Synopsis
XIntersectRegion(sra, srb, dr_return)
Region sra, srb;
Region dr_return;
Arguments
sra
srbSpecify the two regions with which to perform the computation.
dr_returnReturns the result of the computation.
Description
XIntersectRegion() generates a region that is the intersection of two regions.
Structures
Region is a pointer to an opaque structure type.
See Also
XClipBox(), XCreateRegion(), XDestroyRegion(), XEmptyRegion(), XEqualRegion(), XOffsetRegion(), XPointInRegion(), XPolygonRegion(), XRectInRegion(), XSetRegion(), XShrinkRegion(), XSubtractRegion(), XUnionRectWithRegion(), XUnionRegion(),
Copyright O’Reilly & Assoc. —