Win32-2.14.1.0: A binding to Windows Win32 API.
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.Bitmap

Description

A collection of FFI declarations for interfacing with Win32.

Documentation

type RasterOp3 = Word32 Source #

type RasterOp4 = Word32 Source #

type LPBITMAP = Ptr BITMAP Source #

createCompatibleBitmap :: HDC -> Int32 -> Int32 -> IO HBITMAP Source #

createBitmap :: INT -> INT -> UINT -> UINT -> Maybe LPVOID -> IO HBITMAP Source #

type LPBITMAPINFO = Ptr () Source #

createBMPFile :: String -> HBITMAP -> HDC -> IO () Source #

getDIBits :: HDC -> HBITMAP -> INT -> INT -> Maybe LPVOID -> LPBITMAPINFO -> ColorFormat -> IO INT Source #