-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWGDI_Bitmap.h
More file actions
74 lines (66 loc) · 4.04 KB
/
WGDI_Bitmap.h
File metadata and controls
74 lines (66 loc) · 4.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/*************************************************************/
/* */
/* Be_Name_Khoda */
/* */
/* Windows_GDI_Bitmap (C/C++ Library) */
/* */
/* file : WGDI_Bitmap.h */
/* write by : Mohammad_Qadiany */
/* email : qadiany_mohammad@yahoo.com */
/* */
/* version : */
/* */
/* 1404_08_07__11_28 ( WGDI_Bitmap_SetPatternBrush ) */
/* ( WGDI_Bitmap_GetTextColor ) */
/* ( Remove: */
/* T_WGDI_Bitmap::__TextColor ) */
/* ( Using "prv__" prefix for */
/* T_WGDI_Bitmap privates. ) */
/* ( Change: */
/* T_WGDI_Bitmap:: */
/* Font::Color_Get() */
/* Canvas::FillRect() ) */
/* ( Change: */
/* WGDI_Bitmap__CreateInRes_BkClr */
/* WGDI_Bitmap_SetSize */
/* WGDI_Bitmap_SetTextColor */
/* WGB_STDFNPROC ) */
/* ( Remove: */
/* WGB_BITMAP:: */
/* Allocated_Width */
/* Allocated_Height ) */
/* */
/* 1402_04_14__16_49 ( DLL Export Import ) */
/* ( __QM_PRVFNNAME__ ) */
/* ( WGB_STDFNPROC ) */
/* ( ANSI C (__STDC__) ) */
/* */
/* 1401_07_19__23_46 ( PolyBezier ) */
/* */
/* 1401_06_14__10_58 ( WGDI_Bitmap_SetSize ) */
/* ( T_WGDI_Bitmap::Size_Set ) */
/* */
/* 1401_04_23__08_30 ( T_WGDI_Bitmap::GetHandle ) */
/* */
/* 1401_02_24__21_33 ( LOGFONT W char ) */
/* */
/* 1401_01_21__04_05 ( fix Err in VC++ ) */
/* */
/* 1401_01_17__01_37 ( WGDI_Bitmap_GetDC ) */
/* */
/* 1401_01_12__17_40 ( ifdef(__cplusplus) */
/* T_WGDI_Bitmap class ) */
/* */
/* 1400_07_09__01_20 */
/* */
/*************************************************************/
#ifndef __WGDI_BITMAP_H__DEFINED
#define __WGDI_BITMAP_H__DEFINED
/*===========================================================*/
#undef FORCEINCLUDE__WGDI_BITMAP__XXXXXXXXXXXX_H
#define FORCEINCLUDE__WGDI_BITMAP__XXXXXXXXXXXX_H
# include "__WGDI_Bitmap__140408071128.h"
#undef FORCEINCLUDE__WGDI_BITMAP__XXXXXXXXXXXX_H
#include "WGDI_Bitmap.h"
/*===========================================================*/
#endif /* __WGDI_BITMAP_H__DEFINED */