package
0.0.0-20240919100257-16dcf2c329e5
Repository: https://github.com/necroin/golibs.git
Documentation: pkg.go.dev
# Functions
The 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.
The CreateCompatibleBitmap function creates a bitmap compatible with the device that is associated with the specified device context.
The CreateCompatibleDC function creates a memory device context (DC) compatible with the specified device.
The DeleteDC function deletes the specified device context (DC).
The DeleteObject function deletes a logical pen, brush, font, bitmap, region, or palette, freeing all system resources associated with the object.
Retrieves the coordinates of a window's client area.
Retrieves a handle to the desktop window.
The GetDIBits function retrieves the bits of the specified compatible bitmap and copies them into a buffer as a DIB using the specified format.
The GetWindowDC function retrieves the device context (DC) for the entire window, including title bar, menus, and scroll bars.
Retrieves the dimensions of the bounding rectangle of the specified window.
Allocates the specified number of bytes from the heap.
Frees the specified global memory object and invalidates its handle.
Locks a global memory object and returns a pointer to the first byte of the object's memory block.
Decrements the lock count associated with a memory object that was allocated with GMEM_MOVEABLE.
No description provided by the author
The ReleaseDC function releases a device context (DC), freeing it for use by other applications.
The ScreenToClient function converts the screen coordinates of a specified point on the screen to client-area coordinates.
The SelectObject function selects an object into the specified device context (DC).
# Constants
Bitmap compression constants.
Bitmap compression constants.
Bitmap compression constants.
Bitmap compression constants.
Bitmap compression constants.
Bitmap compression constants.
Ternary raster operations.
Ternary raster operations.
Bitmap color table usage.
Bitmap color table usage.
Ternary raster operations.
GlobalAlloc flags.
GlobalAlloc flags.
GlobalAlloc flags.
GlobalAlloc flags.
GlobalAlloc flags.
LocalAlloc flags.
LocalAlloc flags.
LocalAlloc flags.
LocalAlloc flags.
LocalAlloc flags.
Ternary raster operations.
Ternary raster operations.
Ternary raster operations.
Ternary raster operations.
Ternary raster operations.
Ternary raster operations.
Ternary raster operations.
Ternary raster operations.
Ternary raster operations.
Ternary raster operations.
Ternary raster operations.
Ternary raster operations.
Ternary raster operations.
Ternary raster operations.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author