VpeSetBkgColor

<< Click to Display Table of Contents >>

Navigation:  Drawing Functions >

VpeSetBkgColor

Previous pageReturn to chapter overviewNext page

Sets the background color. The background color is the color inside of an object. To make the background color painted, the Background Mode must be VBKG_SOLID.

void VpeSetBkgColor(

VpeHandle hDoc,

COLORREF color

)

VpeHandle hDoc

Document Handle or VPE Object Handle

COLORREF color

one of the predefined "COLOR_xyz" constants described in Programmer's Manual or any RGB value

Default:

COLOR_WHITE (but the Transparent Background Mode is activated!)