|
|
|
|
MGL_lineStyleType
Declaration
typedef enum {
MGL_LINE_PENSTYLE,
MGL_LINE_STIPPLE
} MGL_lineStyleType
Prototype In
mgraph.h
Description
Defines the line styles passed to MGL_setLineStyle.
Members
MGL_LINE_PENSTYLE |
Line drawn in current pen style |
MGL_LINE_STIPPLE |
Line drawn with current line stipple pattern. The line stipple pattern is a 16x1 pattern that defines which pixels should be drawn in the line. Where a bit is a 1 in the pattern, a pixel will be drawn and where a bit is a 0 in the pattern, the pixel will be left untouched on the screen. |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com