Xlib
function CreateRegion
.
Some of the Region functions in the X library have a result argument. In the region object methods, the methods modify the object of which the method is called instead.
Region objects (region_objects) have the following methods:
None
.
This function corresponds with XtAddExposureToRegion
.
(x, y, width, height)
.
This function corresponds with XClipBox
.
success
.
This function corresponds with XEmptyRegion
.
success
.
This function corresponds with XEqualRegion
.
None
.
This function corresponds with XIntersectRegion
.
None
.
This function corresponds with XOffsetRegion
.
success
.
This function corresponds with XPointInRegion
.
success
.
This function corresponds with XRectInRegion
.
None
.
This function corresponds with XShrinkRegion
.
None
.
This function corresponds with XSubtractRegion
.
None
.
This function corresponds with XUnionRectWithRegion
.
None
.
This function corresponds with XUnionRegion
.
None
.
This function corresponds with XXorRegion
.