|
|
|
|
GA_BresenhamLineFlagsType
Declaration
typedef enum {
gaLineXMajor =
0x00000001,
gaLineXPositive =
0x00000002,
gaLineYPositive =
0x00000004,
gaLineDoLastPel =
0x00000008,
gaLineDoFirstPel =
0x00000010
} GA_BresenhamLineFlagsType
Prototype In
snap/graphics.h
Description
Flags for hardware line drawing using the bresenham engine line draw function.
Members
gaLineXMajor |
Line is X major (ie: longer in the X direction) |
gaLineXPositive |
Direction of line is positive in X |
gaLineYPositive |
Direction of line is positive in Y |
gaLineDoLastPel |
Draw the last pixel in the line |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com