cairod v0.0.1-alpha.3+1.10.2 (2016-02-03T18:50:46Z)
Home
Dub
Repo
PaintBuffer
clipped_draw
Undocumented in source.
class
PaintBuffer {
this
(HDC localHdc, int cxClient, int cyClient);
~this
();
void
clear
();
HDC
hdc
;
bool
initialized
;
int
width
;
int
height
;
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
Functions
clear
void
clear
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ctx
Context
ctx
;
Undocumented in source.
hBitmap
HBITMAP
hBitmap
;
Undocumented in source.
hBuffer
HDC
hBuffer
;
Undocumented in source.
hOldBitmap
HBITMAP
hOldBitmap
;
Undocumented in source.
hdc
HDC
hdc
;
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
clipped_draw
aliases
RGB
max
min
classes
PaintBuffer
TestWidget
TestWidget2
Widget
functions
WinMain
mainWinProc
myWinMain
winDispatch
structs
StateContext
variables
WidgetClass
WidgetHandles