Source position: xlib.pp line 85
type TXGCValues = record |
_function: cint; |
plane_mask: culong; |
foreground: culong; |
background: culong; |
line_width: cint; |
line_style: cint; |
cap_style: cint; |
join_style: cint; |
fill_style: cint; |
fill_rule: cint; |
arc_mode: cint; |
tile: TPixmap; |
stipple: TPixmap; |
ts_x_origin: cint; |
ts_y_origin: cint; |
font: TFont; |
subwindow_mode: cint; |
graphics_exposures: TBool; |
clip_x_origin: cint; |
clip_y_origin: cint; |
clip_mask: TPixmap; |
dash_offset: cint; |
dashes: cchar; |
end; |