Contains information defining the size and attributes of the rectangle in which vector graphics are drawn.
typedef struct SOVECTORHEADERtag {
WORD wStructSize; // see below
SORECT BoundingRect; // see below
WORD wHDPI; // see below
WORD wVDPI; // see below
WORD wImageFlags; // see below
SOCOLOR BkgColor; // see below
} SOVECTORHEADER, VWPTR *PSOVECTORHEADER;
|
SO_VECTORCOLORPALETTE |
Uses a color palette. Color values must be palette entry indexes or palette-relative RGB values. |
|
SO_VECTORRGBCOLOR |
Uses RGB color values. |
|
SO_XISLEFT |
Has positive x-coordinates left of the y-axis. |
|
SO_YISUP |
Has positive y-coordinates up from the x-axis. |