Win32-2.6.1.0: A binding to part of the Win32 library
Copyright(c) Alastair Reid 1997-2003
LicenseBSD-style (see the file libraries/base/LICENSE)
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Graphics.Win32.GDI.Region

Description

A collection of FFI declarations for interfacing with Win32.

Documentation

createRectRgn :: INT -> INT -> INT -> INT -> IO HRGN #

createRoundRectRgn :: INT -> INT -> INT -> INT -> INT -> INT -> IO HRGN #

c_CreateRoundRectRgn :: INT -> INT -> INT -> INT -> INT -> INT -> IO PRGN #

fillRgn :: HDC -> HRGN -> HBRUSH -> IO () #

invertRgn :: HDC -> HRGN -> IO () #

paintRgn :: HDC -> HRGN -> IO () #

frameRgn :: HDC -> HRGN -> HBRUSH -> Int -> Int -> IO () #

c_FrameRgn :: HDC -> PRGN -> HBRUSH -> Int -> Int -> IO Bool #

ptInRegion :: HRGN -> Int -> Int -> IO Bool #