ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Drawing functions
  • Coordinates
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Draws RTF text in a variable of type picLayer.
Example
MyWDPicImage is WDPic = "Test.gif"
MyLayer is picLayer
// Draw RTF text
MyLayer.DrawTextRTF(10, 20, MyTextRTF)
IMG_MyDrawing = MyWDPicImage
Syntax
<picLayer image>.DrawTextRTF(<X-coordinate> , <Y-coordinate> , <RTF text> [, <Width> [, <Height>]])
<picLayer image>: picLayer variable
Name of the picLayer variable to be used.
<X-coordinate>: Integer
X-coordinate of the RTF text to draw (in pixels).
<Y-coordinate>: Integer
Y-coordinate of the RTF text to draw (in pixels).
<RTF text>: Character string
RTF text to draw.
<Width>: Optional integer
Maximum width of the text. No maximum width is defined by default.
<Height>: Optional integer
Maximum height of the text. No maximum height is defined by default.
Remarks

Coordinates

Coordinates are specified with respect to the upper-left corner of the image (coordinates: (0.0)).
The coordinates correspond to the upper-left corner of the rectangle into which the text will be drawn.
Related Examples:
The drawing functions 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
Business / UI classification: Neutral code
Component: wd290pnt.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/18/2024

Send a report | Local help