Class Region

java.lang.Object
io.github.jwharm.cairobindings.Proxy
org.freedesktop.cairo.Region

public class Region extends Proxy
A Region represents a set of integer-aligned rectangles.

Regions are a simple graphical data type representing an area of integer-aligned rectangles. They are often used on raster surfaces to track areas of interest, such as change or clip areas.

It allows set-theoretical operations like union(org.freedesktop.cairo.Region) and intersect(org.freedesktop.cairo.Region) to be performed on them.

Since:
1.10