/* structure for gradient parameters e.g. for GpiSetCharAngle */
typedef struct _GRADIENTL        /* gradl */
{
   LONG x;
   LONG y;
} GRADIENTL;
typedef GRADIENTL *PGRADIENTL;


[Back: ]
[Next: ]