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(), XXorRegion().
Xlib Reference Manual