Region.xorRectangle

Computes the exclusive difference of dst with rectangle and places the result in dst. That is, dst will be set to contain all areas that are either in dst or in rectangle, but not in both. Since 1.10

class Region
cairo_status_t
xorRectangle
(
ref cairo_rectangle_int_t rectangle
)

Parameters

rectangle cairo_rectangle_int_t

a cairo_rectangle_int_t

Return Value

Type: cairo_status_t

CAIRO_STATUS_SUCCESS or CAIRO_STATUS_NO_MEMORY

Meta