|
| Graphics.HGL.Draw.Region | | Portability | non-portable (requires concurrency) | | Stability | provisional | | Maintainer | libraries@haskell.org |
|
|
|
| Description |
| An efficient representation of sets of pixels.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
| An empty region. This is not supported on Win32.
It is possible to use an empty rectangle region instead.
|
|
|
| A rectangular region, with the given points as opposite corners.
|
|
|
| An elliptical region that fits in the rectangle with the given points
as opposite corners.
|
|
|
| A polygonal region defined by a list of Points.
|
|
|
| The intersection of two regions.
|
|
|
| The union of two regions.
|
|
|
| The part of the first region that is not also in the second.
|
|
|
| The symmetric difference of two regions.
|
|
|
| Fill a Region using the current Graphics.HGL.Draw.Brush.
|
|
| Produced by Haddock version 2.6.0 |