Ignore:
Timestamp:
Mar 31, 2009, 3:12:04 PM (15 years ago)
Author:
イグトランス (egtra)
Message:

GdiPlusEnums.abの列挙体を名前空間System.Drawing以下に配置

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/api_gdi.sbp

    r698 r700  
    8484TypeDef PENHMETAHEADER = *ENHMETAHEADER
    8585
     86
     87
    8688Type HANDLETABLE
    8789    objectHandle[ELM(1)] As HGDIOBJ
     
    110112TypeDef MFENUMPROC = *Function(hdc As HDC, ByRef HTable As HANDLETABLE, ByRef MFR As METARECORD, nObj As Long, lpClientData As LPARAM) As Long
    111113
     114Const META_SETBKCOLOR = &h0201
     115Const META_SETBKMODE = &h0102
     116Const META_SETMAPMODE = &h0103
     117Const META_SETROP2 = &h0104
     118Const META_SETRELABS = &h0105
     119Const META_SETPOLYFILLMODE = &h0106
     120Const META_SETSTRETCHBLTMODE = &h0107
     121Const META_SETTEXTCHAREXTRA = &h0108
     122Const META_SETTEXTCOLOR = &h0209
     123Const META_SETTEXTJUSTIFICATION = &h020A
     124Const META_SETWINDOWORG = &h020B
     125Const META_SETWINDOWEXT = &h020C
     126Const META_SETVIEWPORTORG = &h020D
     127Const META_SETVIEWPORTEXT = &h020E
     128Const META_OFFSETWINDOWORG = &h020F
     129Const META_SCALEWINDOWEXT = &h0410
     130Const META_OFFSETVIEWPORTORG = &h0211
     131Const META_SCALEVIEWPORTEXT = &h0412
     132Const META_LINETO = &h0213
     133Const META_MOVETO = &h0214
     134Const META_EXCLUDECLIPRECT = &h0415
     135Const META_INTERSECTCLIPRECT = &h0416
     136Const META_ARC = &h0817
     137Const META_ELLIPSE = &h0418
     138Const META_FLOODFILL = &h0419
     139Const META_PIE = &h081A
     140Const META_RECTANGLE = &h041B
     141Const META_ROUNDRECT = &h061C
     142Const META_PATBLT = &h061D
     143Const META_SAVEDC = &h001E
     144Const META_SETPIXEL = &h041F
     145Const META_OFFSETCLIPRGN = &h0220
     146Const META_TEXTOUT = &h0521
     147Const META_BITBLT = &h0922
     148Const META_STRETCHBLT = &h0B23
     149Const META_POLYGON = &h0324
     150Const META_POLYLINE = &h0325
     151Const META_ESCAPE = &h0626
     152Const META_RESTOREDC = &h0127
     153Const META_FILLREGION = &h0228
     154Const META_FRAMEREGION = &h0429
     155Const META_INVERTREGION = &h012A
     156Const META_PAINTREGION = &h012B
     157Const META_SELECTCLIPREGION = &h012C
     158Const META_SELECTOBJECT = &h012D
     159Const META_SETTEXTALIGN = &h012E
     160Const META_CHORD = &h0830
     161Const META_SETMAPPERFLAGS = &h0231
     162Const META_EXTTEXTOUT = &h0a32
     163Const META_SETDIBTODEV = &h0d33
     164Const META_SELECTPALETTE = &h0234
     165Const META_REALIZEPALETTE = &h0035
     166Const META_ANIMATEPALETTE = &h0436
     167Const META_SETPALENTRIES = &h0037
     168Const META_POLYPOLYGON = &h0538
     169Const META_RESIZEPALETTE = &h0139
     170Const META_DIBBITBLT = &h0940
     171Const META_DIBSTRETCHBLT = &h0b41
     172Const META_DIBCREATEPATTERNBRUSH = &h0142
     173Const META_STRETCHDIB = &h0f43
     174Const META_EXTFLOODFILL = &h0548
     175'#if WINVER >= &h0500
     176Const META_SETLAYOUT = &h0149
     177'#endif
     178Const META_DELETEOBJECT = &h01f0
     179Const META_CREATEPALETTE = &h00f7
     180Const META_CREATEPATTERNBRUSH = &h01F9
     181Const META_CREATEPENINDIRECT = &h02FA
     182Const META_CREATEFONTINDIRECT = &h02FB
     183Const META_CREATEBRUSHINDIRECT = &h02FC
     184Const META_CREATEREGION = &h06FF
     185
     186Const EMR_HEADER = 1
     187Const EMR_POLYBEZIER = 2
     188Const EMR_POLYGON = 3
     189Const EMR_POLYLINE = 4
     190Const EMR_POLYBEZIERTO = 5
     191Const EMR_POLYLINETO = 6
     192Const EMR_POLYPOLYLINE = 7
     193Const EMR_POLYPOLYGON = 8
     194Const EMR_SETWINDOWEXTEX = 9
     195Const EMR_SETWINDOWORGEX = 10
     196Const EMR_SETVIEWPORTEXTEX = 11
     197Const EMR_SETVIEWPORTORGEX = 12
     198Const EMR_SETBRUSHORGEX = 13
     199Const EMR_EOF = 14
     200Const EMR_SETPIXELV = 15
     201Const EMR_SETMAPPERFLAGS = 16
     202Const EMR_SETMAPMODE = 17
     203Const EMR_SETBKMODE = 18
     204Const EMR_SETPOLYFILLMODE = 19
     205Const EMR_SETROP2 = 20
     206Const EMR_SETSTRETCHBLTMODE = 21
     207Const EMR_SETTEXTALIGN = 22
     208Const EMR_SETCOLORADJUSTMENT = 23
     209Const EMR_SETTEXTCOLOR = 24
     210Const EMR_SETBKCOLOR = 25
     211Const EMR_OFFSETCLIPRGN = 26
     212Const EMR_MOVETOEX = 27
     213Const EMR_SETMETARGN = 28
     214Const EMR_EXCLUDECLIPRECT = 29
     215Const EMR_INTERSECTCLIPRECT = 30
     216Const EMR_SCALEVIEWPORTEXTEX = 31
     217Const EMR_SCALEWINDOWEXTEX = 32
     218Const EMR_SAVEDC = 33
     219Const EMR_RESTOREDC = 34
     220Const EMR_SETWORLDTRANSFORM = 35
     221Const EMR_MODIFYWORLDTRANSFORM = 36
     222Const EMR_SELECTOBJECT = 37
     223Const EMR_CREATEPEN = 38
     224Const EMR_CREATEBRUSHINDIRECT = 39
     225Const EMR_DELETEOBJECT = 40
     226Const EMR_ANGLEARC = 41
     227Const EMR_ELLIPSE = 42
     228Const EMR_RECTANGLE = 43
     229Const EMR_ROUNDRECT = 44
     230Const EMR_ARC = 45
     231Const EMR_CHORD = 46
     232Const EMR_PIE = 47
     233Const EMR_SELECTPALETTE = 48
     234Const EMR_CREATEPALETTE = 49
     235Const EMR_SETPALETTEENTRIES = 50
     236Const EMR_RESIZEPALETTE = 51
     237Const EMR_REALIZEPALETTE = 52
     238Const EMR_EXTFLOODFILL = 53
     239Const EMR_LINETO = 54
     240Const EMR_ARCTO = 55
     241Const EMR_POLYDRAW = 56
     242Const EMR_SETARCDIRECTION = 57
     243Const EMR_SETMITERLIMIT = 58
     244Const EMR_BEGINPATH = 59
     245Const EMR_ENDPATH = 60
     246Const EMR_CLOSEFIGURE = 61
     247Const EMR_FILLPATH = 62
     248Const EMR_STROKEANDFILLPATH = 63
     249Const EMR_STROKEPATH = 64
     250Const EMR_FLATTENPATH = 65
     251Const EMR_WIDENPATH = 66
     252Const EMR_SELECTCLIPPATH = 67
     253Const EMR_ABORTPATH = 68
     254
     255Const EMR_GDICOMMENT = 70
     256Const EMR_FILLRGN = 71
     257Const EMR_FRAMERGN = 72
     258Const EMR_INVERTRGN = 73
     259Const EMR_PAINTRGN = 74
     260Const EMR_EXTSELECTCLIPRGN = 75
     261Const EMR_BITBLT = 76
     262Const EMR_STRETCHBLT = 77
     263Const EMR_MASKBLT = 78
     264Const EMR_PLGBLT = 79
     265Const EMR_SETDIBITSTODEVICE = 80
     266Const EMR_STRETCHDIBITS = 81
     267Const EMR_EXTCREATEFONTINDIRECTW = 82
     268Const EMR_EXTTEXTOUTA = 83
     269Const EMR_EXTTEXTOUTW = 84
     270Const EMR_POLYBEZIER16 = 85
     271Const EMR_POLYGON16 = 86
     272Const EMR_POLYLINE16 = 87
     273Const EMR_POLYBEZIERTO16 = 88
     274Const EMR_POLYLINETO16 = 89
     275Const EMR_POLYPOLYLINE16 = 90
     276Const EMR_POLYPOLYGON16 = 91
     277Const EMR_POLYDRAW16 = 92
     278Const EMR_CREATEMONOBRUSH = 93
     279Const EMR_CREATEDIBPATTERNBRUSHPT = 94
     280Const EMR_EXTCREATEPEN = 95
     281Const EMR_POLYTEXTOUTA = 96
     282Const EMR_POLYTEXTOUTW = 97
     283'#if WINVER >= &h0400
     284Const EMR_SETICMMODE = 98
     285Const EMR_CREATECOLORSPACE = 99
     286Const EMR_SETCOLORSPACE = 100
     287Const EMR_DELETECOLORSPACE = 101
     288Const EMR_GLSRECORD = 102
     289Const EMR_GLSBOUNDEDRECORD = 103
     290Const EMR_PIXELFORMAT = 104
     291'#endif
     292'#if WINVER >= &h0500
     293Const EMR_RESERVED_105 = 105
     294Const EMR_RESERVED_106 = 106
     295Const EMR_RESERVED_107 = 107
     296Const EMR_RESERVED_108 = 108
     297Const EMR_RESERVED_109 = 109
     298Const EMR_RESERVED_110 = 110
     299Const EMR_COLORCORRECTPALETTE = 111
     300Const EMR_SETICMPROFILEA = 112
     301Const EMR_SETICMPROFILEW = 113
     302Const EMR_ALPHABLEND = 114
     303Const EMR_SETLAYOUT = 115
     304Const EMR_TRANSPARENTBLT = 116
     305'#if _WIN32_WINNT >= _WIN32_WINNT_WIN2K
     306Const EMR_RESERVED_117 = 117
     307'#endif
     308Const EMR_GRADIENTFILL = 118
     309Const EMR_RESERVED_119 = 119
     310Const EMR_RESERVED_120 = 120
     311Const EMR_COLORMATCHTOTARGETW = 121
     312Const EMR_CREATECOLORSPACEW = 122
     313'#endif
    112314
    113315' RGB Color
Note: See TracChangeset for help on using the changeset viewer.