msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
GRADIENTL (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_GPIPRIMITIVES
 
typedef struct _GRADIENTL {    /* gradl */
    LONG x;
    LONG y;
} GRADIENTL;
 
The GRADIENTL structure specifies the endpoint of a special angle vector.
The baseline of a character drawn with a GPI text-output function is aligned
with this vector.
 
Field  Description
────────────────────────────────────────────────────────────────────────────
 
x      Specifies the x-coordinate of the endpoint of the angle vector.
 
y      Specifies the y-coordinate of the endpoint of the angle vector.
 
Comments
 
The angle vector is drawn from the origin of a Cartesian coordinate system
to the endpoint specified by the x and y fields.
 
See Also
 
GpiQueryCharAngle, GpiSetCharAngle