VpeLine

<< Click to Display Table of Contents >>

Navigation:  Drawing Functions >

VpeLine

Previous pageReturn to chapter overviewNext page

[ActiveX only]

The same as Line(). This method is for the use with Visual Basic. Visual Basic has problems with the keywords "Print, Write, Line and Scale". VB doesn't recognize, that these are methods and properties of an ActiveX.

Draws a line with the current pen from the coordinate (Left, Top) to the coordinate (Right, Bottom).

method void VPE.VpeLine(

VpeCoord Left,

VpeCoord Top,

VpeCoord Right,

VpeCoord Bottom

)

VpeCoord Left, Top

starting coordinates

VpeCoord Right, Bottom

ending coordinates

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.