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.HDC

Description

A collection of FFI declarations for interfacing with Win32.

Documentation

c_DeleteDC :: HDC -> IO Bool Source #

c_CancelDC :: HDC -> IO Bool Source #

c_RestoreDC :: HDC -> Int -> IO Bool Source #

c_SaveDC :: HDC -> IO Int Source #

c_SetMiterLimit :: HDC -> FLOAT -> Ptr FLOAT -> IO Bool Source #

c_GetMiterLimit :: HDC -> Ptr FLOAT -> IO Bool Source #

c_SetTextCharacterExtra :: HDC -> Int -> IO Int Source #

c_GetBrushOrgEx :: HDC -> Ptr POINT -> IO Bool Source #

c_SetBrushOrgEx :: HDC -> Int -> Int -> Ptr POINT -> IO Bool Source #

c_GetPixel :: HDC -> Int -> Int -> IO COLORREF Source #

getPixel :: HDC -> Int -> Int -> IO COLORREF Source #

setBrushOrgEx :: HDC -> Int -> Int -> IO POINT Source #

setTextCharacterExtra :: HDC -> Int -> IO Int Source #

getMiterLimit :: HDC -> IO Float Source #

setMiterLimit :: HDC -> Float -> IO Float Source #

saveDC :: HDC -> IO Int Source #

restoreDC :: HDC -> Int -> IO () Source #

cancelDC :: HDC -> IO () Source #

deleteDC :: HDC -> IO () Source #