Direction-vector structure.
typedef struct _GRADIENTL { LONG x; /* X-component of direction. */ LONG y; /* Y-component of direction. */ } GRADIENTL; typedef GRADIENTL * PGRADIENTL ;