|
|
|
|
gLine (Function) In french: gLigne Builds a sequence of characters containing a line.
Syntax
<Result> = gLine(<X1> , <Y1> , <X2> , <Y2> [, <Color>])
<Result>: Character string Sequence of characters containing a line. <X1>: Real X-coordinate (in pixels) of the start point of the line. <Y1>: Real Y-coordinate (in pixels) of the start point of the line. <X2>: Real X-coordinate (in pixels) of the end point of the line. This ending point is not drawn. <Y2>: Real Y-coordinate (in pixels) of the end point of the line. This ending point is not drawn. <Color>: Integer or constant (optional) Line color. This color can correspond to:If this parameter is not specified, the color of the line corresponds to the color of the current text (defined by gPen). Remarks All the coordinates are expressed in pixels in relation to the upper-left corner of the element used (in relation to the upper-left corner of the row found in the List Box or Combo Box control for example).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|