XClipBox() XClipBox()
Name
XClipBox - generate the smallest rectangle enclosing a region.
Synopsis
XClipBox(r, rect_return)
Region r;
XRectangle *rect_return;
Arguments
r Specifies the region.
rect_return
Returns the smallest rectangle enclosing region r.
Description
XClipBox() returns the smallest rectangle that encloses the given region.
For more information, see Volume One, Chapter 6, Drawing Graphics and Text.
Structures
Region is a pointer to an opaque structure type.
See Also
XCreateRegion(), XDestroyRegion(), XEmptyRegion(), XEqualRegion(), XIntersectRegion(), XOffsetRegion(), XPointInRegion(), XPolygonRegion(),
XRectInRegion(), XSetRegion(), XShrinkRegion(), XSubtractRegion(), XUnionRectWithRegion(), XUnionRegion(), XXorRegion().
Xlib - Regions XClipBox()