Gdi |
public static class Gdi32Func
The Gdi32Func type exposes the following members.
| Name | Description | |
|---|---|---|
| BitBlt | 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. | |
| CloseEnhMetaFile | Closes an enhanced-metafile device context and returns a handle to the metafile. | |
| CloseMetaFile | Closes a metafile device context and returns a handle to the metafile. | |
| CopyEnhMetaFile | Copies an enhanced metafile. | |
| CopyMetaFile | Copies a metafile. | |
| CreateCompatibleBitmap | Creates a bitmap compatible with the device associated with the specified device context. | |
| CreateCompatibleDC | Creates a memory device context compatible with the specified device. | |
| CreateEnhMetaFile | Creates an enhanced-metafile device context. | |
| CreateMetaFile | Creates a device context for a Windows-format metafile. | |
| CreatePen | Creates a logical pen. | |
| CreateSolidBrush | Creates a solid brush. | |
| DeleteDC | Deletes the specified device context. | |
| DeleteEnhMetaFile | Deletes an enhanced-format metafile. | |
| DeleteMetaFile | Deletes a Windows-format metafile. | |
| DeleteObject | Deletes a logical pen, brush, font, bitmap, region, or palette. | |
| FillRect | Fills a rectangle by using the specified brush. | |
| GdiFlush | Flushes the GDI command buffer. | |
| GetDC | Retrieves a handle to a display device context. | |
| GetDeviceCaps | Retrieves device-specific information for the specified device. | |
| GetEnhMetaFileHeader | Retrieves the header record of an enhanced metafile. | |
| GetObject | Retrieves information about the specified graphics object. | |
| GetWinMetaFileBits | Retrieves the bits of an enhanced metafile as a Windows-format metafile. | |
| LineTo | Draws a line from the current position up to, but not including, the specified point. | |
| MoveToEx | Moves the current position in the specified device context. | |
| SelectObject | Selects an object into the specified device context. | |
| SetMapMode | Sets the mapping mode of the specified device context. | |
| SetMetaFileBitsEx | Creates a metafile from the specified memory buffer. | |
| SetViewportExtEx | Sets the viewport extent of the specified device context. | |
| SetWindowExtEx | Sets the window extent of the specified device context. | |
| SetWindowOrgEx | Sets the window origin of the specified device context. | |
| StretchBlt | Stretches or compresses a bitmap from a source device context into a destination device context. | |
| TextOut | Writes a character string at the specified location. |