ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE


  • Example: Printing an ellipse
iEllipse (Example)
Example: Printing an ellipse
The following example is used to print an ellipse with a dotted border.
// Start print job in the report viewer
iDestination(iViewer)
// Print an ellipse
iEllipse(50, 50, 150, 130, 1, 100, RGB(0,0,0), iDotted, iDownwardDiagonal)
// Ends the print job
iEndPrinting()
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment