VpeBox

<< Click to Display Table of Contents >>

Navigation:  Drawing Functions >

VpeBox

Previous pageReturn to chapter overviewNext page

Draws a box object at position x, y with the right border at x2 and the bottom border at y2. The current penstyle, background mode and background color are used.

void VpeBox(

VpeHandle hDoc,

VpeCoord x,

VpeCoord y,

VpeCoord x2,

VpeCoord y2

)

VpeHandle hDoc

Document Handle

VpeCoord x, y, x2, y2

position and dimensions of the box

Remarks:

VPE offers several methods to attach an object's position to margins and relative to the position of previously inserted objects. In addition Text, Rich Text and Picture objects are able to compute their dimensions automatically depending on their visual content.
For details please see "Dynamic Positioning" in the Programmer's Manual.

 

There is also an "Important Note About Pens, Lines, Frames, Circles and Ellipses" in the Programmer's Manual.