[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msegraphics.pas line 414
type drawinfoty = record |
buffer: bufferty; |
gc: gcty; |
statestamp: LongWord; |
paintdevice: paintdevicety; |
origin: pointty; |
acolorbackground: colorty; |
acolorforeground: colorty; |
gcvalues: pgcvaluesty; |
case Integer of |
0: ( |
rect: rectinfoty; |
); |
1: ( |
arc: arcinfoty; |
); |
2: ( |
pos: posinfoty; |
); |
3: ( |
textpos: textposinfoty; |
); |
4: ( |
text16pos: text16posinfoty; |
); |
5: ( |
points: pointsinfoty; |
); |
6: ( |
color: colorinfoty; |
); |
7: ( |
getfont: getfontinfoty; |
); |
9: ( |
gettext16width: gettext16widthinfoty; |
); |
11: ( |
getchar16widths: getchar16widthsinfoty; |
); |
12: ( |
getfontmetrics: getfontmetricsinfoty; |
); |
13: ( |
copyarea: copyareainfoty; |
); |
14: ( |
regionoperation: regionoperationinfoty; |
); |
15: ( |
fonthasglyph: fonthasglyphinfoty; |
); |
16: ( |
creategc: creategcinfoty; |
); |
17: ( |
getimage: getimageinfoty; |
); |
18: ( |
getcanvasclass: getcanvasclassinfoty; |
); |
19: ( |
createpixmap: createpixmapinfoty; |
); |
20: ( |
pixmapimage: pixmapimageinfoty; |
); |
21: ( |
moverect: moverectinfoty; |
); |
end; |