Records 1 to 16 of 16
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 |
16 Bitmap API Function
Sort: Most Viewed | Highest Rated | A-Z | Z-A
SetBitmapBitsThe SetBitmapBits function sets the bits of color data for a bitmap to the specified values....Hits: 3293 Rating: (3.11) votes 511
SetDIBitsToDeviceThe SetDIBitsToDevice function sets the pixels in the specified rectangle on the device that is associated with the destination device context using color data from a device-independent bitmap (DIB)....Hits: 1994 Rating: (3.01) votes 313
GetDIBitsThe GetDIBits function retrieves the bits of the specified bitmap and copies them into a buffer using the specified format....Hits: 2115 Rating: (3.06) votes 370
GetBitmapBitsThe GetBitmapBits function copies the bitmap bits of a specified bitmap into a buffer....Hits: 3691 Rating: (2.92) votes 1001
CreateDIBSectionThe CreateDIBSection function creates a device-independent bitmap (DIB) that applications can write to directly. The function gives you a pointer to the location of the bitmap’s bit values. You can supply a handle to a file mapping object that the function will use to create the bitmap, or you can l...Hits: 2594 Rating: (3.06) votes 321
DrawStateThe DrawState function displays an image and applies a visual effect to indicate a state, such as a disabled or default state....Hits: 2038 Rating: (3.06) votes 705
CreateCompatibleBitmapThe CreateCompatibleBitmap function creates a bitmap compatible with the device that is associated with the specified device context....Hits: 2247 Rating: (3.04) votes 338
GdiAlphaBlendThe GdiAlphaBlend function displays bitmaps that have transparent or semitransparent pixels....Hits: 2136 Rating: (3.12) votes 421
StretchBltStretchBlt copies a section of an image from one device to another. This function also allows you to change the original size and dimensions of the image section, unlike the related function BitBlt. In addition to using the straight "copy" method, you can specify other ways of copying the image with...Hits: 2728 Rating: (3.04) votes 321
GetStretchBltModeThe GetStretchBltMode function retrieves the current stretching mode. The stretching mode defines how color data is added to or removed from bitmaps that are stretched or compressed when the StretchBlt function is called....Hits: 1529 Rating: (2.98) votes 244
CreateBitmapThe CreateBitmap function creates a bitmap with the specified width, height, and color format (color planes and bits per pixel). ...Hits: 2318 Rating: (3.02) votes 204
CopyImageThe CopyImage function creates a new image (icon, cursor, or bitmap) and copies the attributes of the specified image to the new one. If necessary, the function stretches the bits to fit the desired size of the new image....Hits: 2534 Rating: (2.87) votes 252
AlphaBlendThe AlphaBlend function displays bitmaps that have transparent or semitransparent pixels. ...Hits: 2467 Rating: (3.22) votes 305
LoadImageThe LoadImage function loads an icon, cursor, or bitmap....Hits: 5617 Rating: (3.08) votes 498
BitBltThe BitBlt function performs a bit-block transfer of the color data corresponding to a rectangle of pixels from the specified source device context into a destination device context....Hits: 2658 Rating: (3.11) votes 314
Records 1 to 16 of 16
|