INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Make an empty rectangle region
-- Make an elliptical region specified by the
-- bounding rectangle `left', `top', `right', `bottom'
-- Make an elliptical region specified by
-- the bounding rectangle `rect'
-- Make a polygonal region specified by `points'
-- using alternate mode. Fills area between
-- odd-numbered and even-numbered polygon sides
-- on each scan line.
-- Make a polygonal region specified by `points'
-- using winding mode. Fills any region with a nonzero
-- winding value.
-- Make a rectangle region specified by
-- `left', `top', `right', `bottom'.
-- Make a rectangle region specified by
-- the rectangle `rect'.
-- Is `Current' equal to `other'?
-- Combine `region' with the current one using `mode'.
-- See class WEL_RGN_CONSTANTS for `mode' values.
-- Move the region by the specified offsets
-- `x_offset' and `y_offset'
-- Change the region to a rectangle region specified
-- by `left', `top', `right', `bottom'
-- Is the point `x', `y' is in the region?
-- Is any part of the rectangle `rect' is within
-- the boundaries of the region?
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |