XIntersectRegion()

NAME

XIntersectRegion(), XUnionRegion(), XUnionRectWithRegion(), XSubtractRegion(), XXorRegion(), XOffsetRegion(), XShrinkRegion() - region arithmetic

SYNOPSIS

XIntersectRegion (Region sra, srb, dr_return)
XUnionRegion (Region sra, srb, dr_return)
XUnionRectWithRegion (XRectangle *rectangle, Region src_region,
					Region dest_region_return)
XSubtractRegion (Region sra, srb, dr_return)
XXorRegion (Region sra, srb, dr_return)
XOffsetRegion (Region r, int dx, dy)
XShrinkRegion (Region r, int dx, dy)

ARGUMENTS

dest_region_return
Returns the destination region.
dr_return
Returns the result of the computation.
dx
dy
Specify the x and y coordinates, which define the amount you want to move or shrink the specified region.
r
Specifies the region.
rectangle
Specifies the rectangle.
sra
srb
Specify the two regions with which you want to perform the computation.
src_region
Specifies the source region to be used.

DESCRIPTION

The XIntersectRegion(3) function computes the intersection of two regions.

The XUnionRegion(3) function computes the union of two regions.

The XUnionRectWithRegion(3) function updates the destination region from a union of the specified rectangle and the specified source region.

The XSubtractRegion(3) function subtracts srb from sra and stores the results in dr_return.

The XXorRegion(3) function calculates the difference between the union and intersection of two regions.

The XOffsetRegion(3) function moves the specified region by a specified amount.

The XShrinkRegion(3) function reduces the specified region by a specified amount. Positive values shrink the size of the region, and negative values expand the region.

SEE ALSO

XCreateRegion()

XDrawRectangle()

XEmptyRegion()

Xlib

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.