ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Drawing a point by specifying its coordinates Hide the details
Name of the Image 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), une preset color of WLanguage.If this parameter is not specified, the color of the point:is Transparent if function <Image variable>.Pen has not been used before,corresponds to the Color specified in the last call to function <Image variable>.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 (<Image 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.
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 function <Image variable>.Pen has not been used before,corresponds to the Color specified in the last call to function <Image variable>.Pen.
Coordinates
Last update: 03/16/2021
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: