operators

Undocumented in source.

Members

Aliases

RGB
alias RGB = cairo.cairo.RGB
Undocumented in source.

Classes

Window
class Window
Undocumented in source.

Functions

AlphaBlit
void AlphaBlit(HDC dstHdc, HDC srcHdc, int width, int height, BLENDFUNCTION blendType)
Undocumented in source. Be warned that the author may not have intended to support it.
GdiAlphaBlend
BOOL GdiAlphaBlend(HDC , int , int , int , int , HDC , int , int , int , int , BLENDFUNCTION )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
WinMain
int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int iCmdShow)
Undocumented in source. Be warned that the author may not have intended to support it.
WndProc
LRESULT WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.
myWinMain
int myWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int iCmdShow)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

AlphaBlendType
struct AlphaBlendType
Undocumented in source.
PaintBuffer
struct PaintBuffer
Undocumented in source.

Variables

appName
string appName;
Undocumented in source.
description
string description;
Undocumented in source.
hinst
HINSTANCE hinst;
Undocumented in source.
window
Window window;
Undocumented in source.

Meta