Intermec ck1 Guide De Référence

Page de 390
Chapter 5 — Nano-X APIs 
CK1 SDK Programmer’s Reference Manual 
253 
                                             GR_GC_ID gc, 
                                             GR_COUNT count, 
                                             GR_POINT *pointtable); 
void        GrEllipse                    (GR_DRAW_ID id, 
                                             GR_GC_ID gc, 
                                             GR_COORD x, 
                                             GR_COORD y, 
                                             GR_SIZE rx, 
                                             GR_SIZE ry); 
void        GrFillEllipse               (GR_DRAW_ID id, 
                                             GR_GC_ID gc, 
                                             GR_COORD x, 
                                             GR_COORD y, 
                                             GR_SIZE rx, 
                                             GR_SIZE ry); 
void        GrArc                         (GR_DRAW_ID id, 
                                             GR_GC_ID gc, 
                                             GR_COORD x, 
                                             GR_COORD y, 
                                             GR_SIZE rx, 
                                             GR_SIZE ry, 
                                             GR_COORD ax, 
                                             GR_COORD ay, 
                                             GR_COORD bx, 
                                             GR_COORD by, 
                                             int type); 
void        GrArcAngle                   (GR_DRAW_ID id, 
                                             GR_GC_ID gc, 
                                             GR_COORD x, 
                                             GR_COORD y, 
                                             GR_SIZE rx, 
                                             GR_SIZE ry, 
                                             GR_COORD angle1, 
                                             GR_COORD angle2, 
                                             int type); 
void        GrSetGCForeground           (GR_GC_ID gc, 
                                             GR_COLOR foreground); 
void        GrSetGCBackground           (GR_GC_ID gc, 
                                             GR_COLOR background); 
void        GrSetGCUseBackground       (GR_GC_ID gc, 
                                             GR_BOOL flag); 
void        GrSetGCMode                  (GR_GC_ID gc, 
                                             int mode); 
void        GrSetGCFont                  (GR_GC_ID gc, 
                                             GR_FONT_ID font); 
void        GrGetGCTextSize             (GR_GC_ID gc, 
                                             void *str, 
                                             int count, 
                                             int flags, 
                                             GR_SIZE *retwidth, 
                                             GR_SIZE *retheight, 
                                             GR_SIZE *retbase); 
void        GrReadArea                   (GR_DRAW_ID id, 
                                             GR_COORD x, 
                                             GR_COORD y, 
                                             GR_SIZE width, 
                                             GR_SIZE height, 
                                             GR_PIXELVAL *pixels);