Win32-2.3.0.2: 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 HaskellTrustworthy
LanguageHaskell98

Graphics.Win32.GDI.Region

Description

A collection of FFI declarations for interfacing with Win32.

Documentation

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

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

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

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