ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Rich Text Area control
  • 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

Last update: 05/26/2022

Send a report | Local help