Pie

<< Click to Display Table of Contents >>

Navigation:  Drawing Functions >

Pie

Previous pageReturn to chapter overviewNext page

This function is identical to Ellipse(), but it draws a pie from StartAngle to EndAngle.

method void VPE.Pie(

VpeCoord Left,

VpeCoord Top,

VpeCoord Right,

VpeCoord Bottom,

integer StartAngle,

integer EndAngle

)

long Left, long Top, long Right, long Bottom

surrounding rectangle of the pie

integer BeginAngle

angle in 0.1 degrees, clockwise

integer EndAngle

angle in 0.1 degrees, clockwise

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.