|
|
|
|
|
- Overview
- Prerequisite depending on the platform
- Drawing in PHP
- Drawing in Browser code
- Using the drawing functions in Linux
- How to draw?
- Drawing in an Image control
- Drawing in an Image variable
- Drawing in browser code
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites. WINDEV, WEBDEV et WINDEV Mobile propose functions used to: - draw several drawings,
- display any type of image,
- copy the drawings and the images,
- save drawings and images.
Prerequisite depending on the platform Drawing in an Image variable To draw in an Image variable, some rules must be complied with: - Declare a variable of type Image.
- Initialize the drawing in the variable (dStartDrawing). This initialization is used to allocate a specific memory area for the management of drawings.
- Draw with the drawing functions.
- If necessary, insert text in your drawings with dText.
- If necessary, save the drawing using the save functions (dSaveImageBMP, dSaveImageGIF, dSaveImageJPEG, dSaveImagePNG).
- If necessary, print the file using iPrintImage.
- If necessary, destroy the drawing in memory with dEndDrawing.
Related Examples:
|
Unit examples (WINDEV): The drawing functions
[ + ] Using the main drawing functions of WINDEV to: - Initialize an Image control for drawing - Draw simple shapes - Write a text into a drawing - Change the color in a drawing
|
|
Unit examples (WINDEV): Modifying the Hue, Saturation and Lightness
[ + ] Process on the images via the WLanguage dModifyHSL function. This function is used to modify the hue, the saturation and the lightness of an image.
|
|
Training (WINDEV): WD Java Chart Designer
[ + ] WINDEV enables you to create some Java applications without even knowing Java. You program with a 5GL (WLanguage) and WINDEV generates the Java code. The drawing functions of WINDEV are available in Java generation. This example explains how to create charts with these drawing functions. Three types of charts are presented in this example: - the bar chart, - the scatter chart, - and the line chart.
|
|
Cross-platform examples (WINDEV Mobile): WM Notes
[ + ] This example is using the drawing functions of WLanguage for Android and iOS. It allows you to draw graphic "notes" and to save them.
|
|
Cross-platform examples (WINDEV Mobile): WM System
[ + ] This application is an example of some of the features of WINDEV Mobile available for Android/iOS. The following system functions are used: - NFC - Multimedia control - Brightness - Volume - Wi-Fi - Bluetooth - Toast - Compass - Accelerometer - Camera control - LED - Vibration - Notifications - Drawing functions - Internet
|
|
Training (WEBDEV): WW_Drawing_HTML5
[ + ] WEBDEV includes some drawing functions in browser code, for the browsers that support the HTML5. standard. This educational example presents: - an array of drawings, - and an implementation: the visual choice by the Web user of the categories of seats when making a reservation for a show.
|
|
Unit examples (WEBDEV): The drawing functions
[ + ] This example presents the main drawing functions of WEBDEV and it allows you to: - Initialize an Image control for drawing - Draw simple shapes - Write a text in a drawing - Change the color in a drawing
|
|
Unit examples (WINDEV Mobile): The drawing functions
[ + ] Using the main drawing functions: - Initialize an Image control for drawing - Draw simple shapes - Write a text into a drawing - Define the color in a drawing
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|