cairod v0.0.1-alpha.3+1.10.2 (2016-02-03T18:50:46Z)
Home
Dub
Repo
PaintBuffer
double_buffer
Undocumented in source.
struct
PaintBuffer {
int
width
;
int
height
;
this
(HDC localHdc, int cxClient, int cyClient);
~this
();
bool
initialized
;
HDC
hBuffer
;
HBITMAP
hBitmap
;
HBITMAP
hOldBitmap
;
Context
ctx
;
Surface
surf
;
}
Constructors
this
this
(HDC localHdc, int cxClient, int cyClient)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
ctx
Context
ctx
;
Undocumented in source.
hBitmap
HBITMAP
hBitmap
;
Undocumented in source.
hBuffer
HDC
hBuffer
;
Undocumented in source.
hOldBitmap
HBITMAP
hOldBitmap
;
height
int
height
;
Undocumented in source.
initialized
bool
initialized
;
Undocumented in source.
surf
Surface
surf
;
Undocumented in source.
width
int
width
;
Undocumented in source.
Meta
Source
See Implementation
double_buffer
aliases
RGB
classes
Window
functions
WinMain
WndProc
myWinMain
roundedRectangle
structs
PaintBuffer
variables
appName
description
window