INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The 'CombineRgn' function combines two regions and stores the result
-- in a third region. The two regions are combined according to the
-- specified mode.
-- The 'CreateEllipticRgn' function creates an elliptical region.
-- The 'CreateRectRgn' function creates a rectangular region.
-- The 'FillRgn' procedure fills a region by using the specified brush.
-- The `GetPolyFillMode' function retrieves the current polygon
-- fill mode.
-- The `SetPolyFillMode' function sets the polygon fill mode
-- for functions that fill polygons.
-- The CreateRectRgnIndirect function creates a rectangular region.
-- The CreatePolygonRgn function creates a polygonal region.
-- The PtInRegion function determines whether the specified point is
-- inside the specified region.
-- The OffsetRgn function moves a region by the specified offsets.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |