ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Drawing a point by specifying its coordinates Hide the details
Name of the picLayer variable to use.
Horizontal position (in pixels) of the point to draw.
Vertical position (in pixels) of the point to draw.
Color that must be assigned to the point. This color can correspond to:an RGB color (returned by RGB),an HSL color (returned by HSL),a preset color of WLanguage.If this parameter is not specified, the color of the point:is Transparent if <Image>.Pen was not used beforehand, corresponds to the color specified in the last call to <Image>.Pen.
Opacity of color, included between 0 (transparent) and 255 (opaque). An opacity sets to 128 indicates that the relevant pixel will have a transparency of 50% when it is drawn on the screen or saved in an image in PNG format. Remark: This opacity will be taken into account if the drawing found in the image was initialized by the dWithOpacity constant (<picLayer variable>.StartDrawing).
Drawing a point via a Point variable Hide the details
Name of the Point variable containing the coordinates of the point to draw.
Coordinates
Last update: 09/29/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: