Click or drag to resize

Gdi32Func Methods

The Gdi32Func type exposes the following members.

Methods
 NameDescription
Public methodStatic memberBitBlt 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.
Public methodStatic memberCloseEnhMetaFile Closes an enhanced-metafile device context and returns a handle to the metafile.
Public methodStatic memberCloseMetaFile Closes a metafile device context and returns a handle to the metafile.
Public methodStatic memberCopyEnhMetaFile Copies an enhanced metafile.
Public methodStatic memberCopyMetaFile Copies a metafile.
Public methodStatic memberCreateCompatibleBitmap Creates a bitmap compatible with the device associated with the specified device context.
Public methodStatic memberCreateCompatibleDC Creates a memory device context compatible with the specified device.
Public methodStatic memberCreateEnhMetaFile Creates an enhanced-metafile device context.
Public methodStatic memberCreateMetaFile Creates a device context for a Windows-format metafile.
Public methodStatic memberCreatePen Creates a logical pen.
Public methodStatic memberCreateSolidBrush Creates a solid brush.
Public methodStatic memberDeleteDC Deletes the specified device context.
Public methodStatic memberDeleteEnhMetaFile Deletes an enhanced-format metafile.
Public methodStatic memberDeleteMetaFile Deletes a Windows-format metafile.
Public methodStatic memberDeleteObject Deletes a logical pen, brush, font, bitmap, region, or palette.
Public methodStatic memberFillRect Fills a rectangle by using the specified brush.
Public methodStatic memberGdiFlush Flushes the GDI command buffer.
Public methodStatic memberGetDC Retrieves a handle to a display device context.
Public methodStatic memberGetDeviceCaps Retrieves device-specific information for the specified device.
Public methodStatic memberGetEnhMetaFileHeader Retrieves the header record of an enhanced metafile.
Public methodStatic memberGetObject Retrieves information about the specified graphics object.
Public methodStatic memberGetWinMetaFileBits Retrieves the bits of an enhanced metafile as a Windows-format metafile.
Public methodStatic memberLineTo Draws a line from the current position up to, but not including, the specified point.
Public methodStatic memberMoveToEx Moves the current position in the specified device context.
Public methodStatic memberSelectObject Selects an object into the specified device context.
Public methodStatic memberSetMapMode Sets the mapping mode of the specified device context.
Public methodStatic memberSetMetaFileBitsEx Creates a metafile from the specified memory buffer.
Public methodStatic memberSetViewportExtEx Sets the viewport extent of the specified device context.
Public methodStatic memberSetWindowExtEx Sets the window extent of the specified device context.
Public methodStatic memberSetWindowOrgEx Sets the window origin of the specified device context.
Public methodStatic memberStretchBlt Stretches or compresses a bitmap from a source device context into a destination device context.
Public methodStatic memberTextOut Writes a character string at the specified location.
Top
See Also