Records 1 to 8 of 8
Browse Category
» Application
» Arc » AVI » Bitmap » Brush » Caret » Character » Clipboard » Color » Compress » Console » Cryptographic » Currency » Cursor » Date/Time » DDE » Device » Display » DLL » Drives » Ellipse » File » Font » FTP » HotKey » Icon » ImageList » Inet » INI-Files » Internet » Joystick » Keyboard » Memory » Menu » MIDI » Network » Objects » Pen » Picture » Polygon » Ports » Printer » Process » Rectangle » Registry » ScrollBar » Sound » Strings » System » Tape » Text » Timer » Triangle » Wait » Window |
8 ImageList API Function
Sort: Most Viewed | Highest Rated | A-Z | Z-A
ImageList_DrawThe ImageList_Draw function draws an image list item in the specified device context....Hits: 2039 Rating: (2.94) votes 447
InitCommonControlsThe InitCommonControls function ensures that the common control dynamic-link library (DLL) is loaded....Hits: 2342 Rating: (2.75) votes 406
CloseHandleCloseHandle closes a handle and the object associated with that handle. After being closed, the handle is of course no longer valid. This function can close objects such as files. The function returns 1 if successful, or 0 if an error occured. ...Hits: 1827 Rating: (2.93) votes 736
SelectObjectSelectObject selects a given object for use on a device. Possible objects to use with this function include bitmaps, brushes, fonts, pens, and regions. Once selected, this object will be used by the device whenever necessary. (For example, the selected brush will be used whenever the device needs t...Hits: 1761 Rating: (3.05) votes 524
GetObjectTypeThe GetObjectType identifies the type of the specified object....Hits: 1914 Rating: (3.12) votes 358
GetObjectThe GetObject function obtains information about a specified graphics object....Hits: 1899 Rating: (2.92) votes 384
DeleteObjectDeleteObject deletes an object after the program has finished using it. These objects include bitmaps, brushes, fonts, palettes, pens, and regions. Of course the object should never be deleted until it is no longer in use by any devices (see the example for a demonstration). Deleting the object free...Hits: 1664 Rating: (3.00) votes 574
GetStockObjectGetStockObject accesses one of Windows's stock pens, brushes, fonts, or palettes. This function provides fast access to these commonly used objects, instead of having to use more complicated functions. The function returns a handle to the pen, brush, font, or palette which the function accesses. Alt...Hits: 1597 Rating: (2.99) votes 393
Records 1 to 8 of 8
|