|
API Dictionary - Search API, Constants, Types, Sub,
Functions |
_ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Submit
your own API Examples using our API Templete Project
Search text
|
Library :
gdi32.dll
Category :
Various
|
Api Example(s)
|
SetWindowShape - Create elliptical or rounded forms
|
PrintRotatedText - Display a rotated message
|
CreateEmf - creating an Enhanced Metafile (EMF) from a bitmap image
|
Rotator - A class for printing rotated text to screen or the printer
|
Flicker Free API Drawing
|
A window that's star-shaped, circular or tank-shaped
|
Text At Any Angle
|
Drawing Borders and Edges using the API DrawEdge Function
|
Panel Selector Control
|
Owner-Draw Cells with SGrid 2.0
|
Using ecdClientDrawOnly with the Owner Draw Combo List Box Control
|
True Colour DIBSection
|
256 Colour DIBSections
|
Creating a new GDI Bitmap from a VB Picture or DC
|
Copy the entire contents of a PictureBox to the clipboard
|
Create an API hFont from a VB StdFont object
|
Get System Display Fonts and Non-Client Area Sizes
|
Replace one Colour with another in a Picture using BitBlt
|
Create a mask image (all black for the transparent colour otherwise white) from a bitmap
|
.NET Button ListBar Control
|
Setting Custom Paper Size using Printer API
|
Path API Demo (BeginPath, EndPath, AbortPath)
|
Working with AVI Files - Part 3 (Working With Frames, AVI to BMP)
|
How to load BMP file into memory and perform rotation on it ?
|
Load, Modify and Save 1, 4, 8, 15 (Bit-fields), 16, 24 and 32-bit Bitmaps using GDI Apis.
|
How to create memory DC and bitmap using CreateCompatibleDC and CreateCompatibleBitmap API?
|
How to create pattern brush from bitmap or picture object ?
|
How to use CopyImage API to create a resized monochrome image from the color image ?
|
Working with GDI Brush Object
|
Rotate graphics (Plygon, line, ellipse, image...) using world transformation technique
|
Scale, Translate, Shear, Reflect and Rotate graphics using World Transformation technique
|
Working with Region API
|
WindowPicker - Pick any window using mouse and highlight window region
|
How to create Region from a Bitmap and perform Hit Testing within a Region ?
|
Working with Basic Filled Shapes using GDI API
|
Realtime Clipboard viewer (Subclassing technique)
|
Update/Delete Bitmap and String resource using API at runtime
|
Working with Resource file
|
Printing using GDI printing APIs
|
How to perform clipping using API
|
clsEMF : A class to Create/Play/Save Enhanced Meta File (EMF).
|
Extract and Play individual record stored in WMF/EMF file
|
How to extract associated icon of a file and draw in various state (i.e enabled, disabled & dithered)
|
|
API
Description : |
The DeleteObject function deletes a logical pen, brush, font, bitmap, region, or palette, freeing all system resources associated with the object. After the object is deleted, the specified handle is no longer valid. |
|
VB Declaration :
Show
Multiline Public
Private |
|
|
Parameters : |
|
|
|
Return : |
|
|
|
OS
Requirement : |
Requires Windows NT 3.1 or later Requires Windows 95 or later |
|
Dotnet Replacement : |
|
|