На главную

On-line справка по Win32 API

Написать письмо
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО!
Список всех статей A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z | Скачать Вниз

BeginPath



The BeginPath function opens a path bracket in the specified device context.

BOOL BeginPath(

HDC hdc // handle to device context
);


Parameters

hdc

Identifies the device context.



Return Values

If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.

Remarks

After a path bracket is open, an application can begin calling GDI drawing functions to define the points that lie in the path. An application can close an open path bracket by calling the EndPath function.
When an application calls BeginPath for a device context, any previous paths are discarded from that device context.

Windows NT:

The following drawing functions define points in a path:

AngleArc LineTo Polyline
Arc MoveToEx PolylineTo
ArcTo Pie PolyPolygon
Chord PolyBezier PolyPolyline
CloseFigure PolyBezierTo Rectangle
Ellipse PolyDraw RoundRect
ExtTextOut Polygon TextOut


Windows 95:

When constructing a path, only the CloseFigure, ExtTextOut, LineTo, MoveToEx, PolyBezier, PolyBezierTo, Polygon, Polyline, PolylineTo, PolyPolygon, PolyPolyline, and TextOut functions are recorded.

See Also

EndPath, FillPath, PathToRegion, SelectClipPath, StrokeAndFillPath, StrokePath, WidenPath


Пригласи друзей и счет твоего мобильника всегда будет положительным!
Предыдущая статья
 
Сайт Народ.Ру Интернет
Следующая статья
Пригласи друзей и счет твоего мобильника всегда будет положительным!

BeginPath



Функция BeginPath открывает скобку пути в определенном контексте устройства.

BOOL BeginPath(

HDC hdc // РУЧКА в контекст устройства
);


Параметры

hdc

Идентифицирует контекст устройства.



Обратные Величины

Если функция добивается успеха, обратная величина ненулевая.
Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.

Замечания

После того, как скобка пути будет открытой, приложение может начать вызывать GDI, рисующий функции, чтобы определять точки, которые лежат в пути. Приложение может закрыть открытую скобку пути вызывая функцию EndPath.
Когда приложение призывает BeginPath к контексту устройства, любые предшествующие пути отвергнуты из этого контекста устройства.

Windows NT:

Следующее, рисующее функции определяет точки в пути:

AngleArc LineTo Polyline Arc MoveToEx PolylineTo ArcTo Pie PolyPolygon Chord PolyBezier PolyPolyline CloseFigure PolyBezierTo Rectangle Ellipse PolyDraw RoundRect ExtTextOut Polygon TextOut


Windows 95:

При создании пути, только CloseFigure, ExtTextOut, LineTo, MoveToEx, PolyBezier, PolyBezierTo, Polygon, Ломаная линия, PolylineTo, PolyPolygon, PolyPolyline, и функции TextOut записаны.

Смотри Также

EndPath, FillPath, PathToRegion, SelectClipPath, StrokeAndFillPath, StrokePath, WidenPath


Вверх Version 1.3, Oct 26 2010 © 2007, 2010, mrhx Вверх
 mrhx software  Русский перевод OpenGL  Русский перевод Win32 API
 
Используются технологии uCoz