08e1766954746dbab7378efd82f18ad76757bc9a
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / FastGDI / Readme.txt
1 FastGDI Example\r
2 ===============\r
3 This example demonstrates how to change the colour of a bitmap by manipulating\r
4 the bitmap data directly. This provides a rapid technique for changing the \r
5 colour in a device context associated with a window. Traditional GDI techniques\r
6 using GetPixel and SetPixel are much slower.\r
7 \r
8 \r
9 Features demonstrated in this example\r
10 =====================================\r
11 * Use of large toolbar buttons.\r
12 * Implementation of a Most Recently Used (MRU) List in the File menu.\r
13 * Using of the CDC class to work with device contexts\r
14 * Use of the CBitmapInfoPtr class to access a bitmap image.\r
15 * Using the TintBitmap function to manipulate the bitmap date directly.\r
16 * Use of double buffering to render GDI quickly.\r
17 * Automatically resize the frame to match the image size when its loaded.\r
18 * Use of scroll bars.\r

UCC git Repository :: git.ucc.asn.au