<< Click to Display Table of Contents >> Ellipse |
Draws an ellipse or circle within the given rectangle.
Left, Top
Right, Bottom
method void VPE.Ellipse(
VpeCoord Left,
VpeCoord Top,
VpeCoord Right,
VpeCoord Bottom
)
VpeCoord Left, Top, Right, Bottom
surrounding rectangle of the ellipse
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 "Important Note About Pens, Lines, Frames, Circles and Ellipses" in the Programmer's Manual.