LineDraw

This program is a simple line drawing control that allows you to capture a bitmap to a blob and optionally save to disk. It could be used to capture a signature in your application.


Win API Functions used:

CloseHandle
CreateCompatibleBitmap
CreateCompatibleDC
CreateFile
CreatePen
CreateRectRgn
CreateSolidBrush
DeleteDC
DeleteObject
FillRgn
GetDC
GetDIBits
Polyline
ReleaseDC
SelectObject
StretchBlt
WriteFile


——— Last updated 05/14/2012 ———