NAME
XDestroyRegion − deallocate memory associated with a region.
Synopsis
XDestroyRegion(r)
Region r;
Arguments
rSpecifies the region to be destroyed.
Description
XDestroyRegion() frees the memory associated with a region and invalidates pointer r. See Volume One, Chapter 6, Drawing Graphics and Text, for a description of regions.
See Also
XClipBox(), XCreateRegion(), XEmptyRegion(), XEqualRegion(), XIntersectRegion(), XOffsetRegion(), XPointInRegion(), XPolygonRegion(), XRectInRegion(), XSetRegion(), XShrinkRegion(), XSubtractRegion(), XUnionRectWithRegion(), XUnionRegion(),
Copyright O’Reilly & Assoc. —