Uses of Class
org.eclipse.swt.graphics.Region
Package
Description
SWT graphics classes.
SWT widget public API classes.
-
Uses of Region in org.eclipse.swt.graphics
Modifier and TypeMethodDescriptionvoid
Adds all of the polygons which make up the area covered by the argument to the collection of polygons the receiver maintains to describe its area.void
GC.getClipping
(Region region) Sets the region managed by the argument to the current clipping region of the receiver.void
Intersects all of the polygons which make up the area covered by the argument to the collection of polygons the receiver maintains to describe its area.void
GC.setClipping
(Region region) Sets the area of the receiver which can be changed by drawing operations to the region specified by the argument.void
Subtracts all of the polygons which make up the area covered by the argument from the collection of polygons the receiver maintains to describe its area.static long
Region.win32_getHandle
(Region region, int zoom) IMPORTANT: This method is not part of the public API for Image. -
Uses of Region in org.eclipse.swt.widgets