|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
LineTo
The LineTo function draws a line from the current position up to, but not including, the specified point.
BOOL LineTo(
HDC hdc, // device context handle int nXEnd, // x-coordinate of line's ending point int nYEnd // y-coordinate of line's ending point );
Parameters
hdc
Identifies a device context.
nXEnd
Specifies the x-coordinate of the line's ending point.
nYEnd
Specifies the y-coordinate of the line's ending point.
Return Values
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.
Remarks
The coordinates of the line's ending point are specified in logical units. The line is drawn by using the current pen and, if the pen is a geometric pen, the current brush. If LineTo succeeds, the current position is set to the specified ending point.
See Also
MoveToEx, Polyline, PolylineTo
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
LineTo
Функция LineTo вытаскивает линию из текущей позиции вплоть до, но не включая, определенную точку.
BOOL LineTo(
HDC hdc, // КОНТЕКСТНАЯ ручка устройства int nXEnd, // x-coordinate выходного линии int nYEnd // y-coordinate выходного линии );
Параметры
hdc
Идентифицирует контекст устройства.
nXEnd
Определяет x-coordinate линии выходного.
nYEnd
Определяет y-coordinate линии выходного.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая.
Замечания
Координаты линии выходного определены на логических устройствах. Линия сделана использованием текущей ручки и, если ручка является геометрической ручкой, текущая щетка. Если LineTo добивается успеха, текущая позиция установлена в определенный выходной.
Смотри Также
MoveToEx, Polyline, PolylineTo
|
|
|
|
| |