|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
Chord
The Chord function draws a chord (a region bounded by the intersection of an ellipse and a line segment, called a "secant"). The chord is outlined by using the current pen and filled by using the current brush.
BOOL Chord(
HDC hdc, // handle to device context int nLeftRect, // x-coordinate of the upper-left corner of the bounding rectangle int nTopRect, // y-coordinate of the upper-left corner of the bounding rectangle int nRightRect, // x-coordinate of the lower-right corner of the bounding rectangle int nBottomRect, // y-coordinate of the lower-right corner of the bounding rectangle int nXRadial1, // x-coordinate of the first radial's endpoint int nYRadial1, // y-coordinate of the first radial's endpoint int nXRadial2, // x-coordinate of the second radial's endpoint int nYRadial2 // y-coordinate of the second radial's endpoint );
Parameters
hdc
Identifies the device context in which the chord appears.
nLeftRect
Specifies the x-coordinate of the upper-left corner of the bounding rectangle.
nTopRect
Specifies the y-coordinate of the upper-left corner of the bounding rectangle.
nRightRect
Specifies the x-coordinate of the lower-right corner of the bounding rectangle.
nBottomRect
Specifies the y-coordinate of the lower-right corner of the bounding rectangle.
nXRadial1
Specifies the x-coordinate of the endpoint of the radial defining the beginning of the chord.
nYRadial1
Specifies the y-coordinate of the endpoint of the radial defining the beginning of the chord.
nXRadial2
Specifies the x-coordinate of the endpoint of the radial defining the end of the chord.
nYRadial2
Specifies the y-coordinate of the endpoint of the radial defining the end of the chord.
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
The curve of the chord is defined by an ellipse that fits the specified bounding rectangle. The curve begins at the point where the ellipse intersects the first radial and extends counterclockwise to the point where the ellipse intersects the second radial. (A radial is a line segment drawn from the center of the ellipse to a specified endpoint on the ellipse.) The chord is closed by drawing a line from the intersection of the first radial and the curve to the intersection of the second radial and the curve.
If the starting point and ending point of the curve are the same, a complete ellipse is drawn. The current position is neither used nor updated by Chord. Windows 95: The sum of the coordinates of the bounding rectangle cannot exceed 32,767. The sum of nLeftRect and nRightRect or nTopRect and nBottomRect parameters cannot exceed 32,767.
See Also
AngleArc, Arc, ArcTo, Pie
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
Аккорд
Функция Аккорда делает аккордом ( регион связывался пересечением эллипса и сегмент линии, назвавшими "секущую"). Аккорд очерчен использованием текущей ручки и заполненной использованием текущей щетки.
АККОРД BOOL(
HDC hdc, // РУЧКА в контекст устройства int nLeftRect, // x-coordinate верхнего левого угла прямоугольника bounding int nTopRect, // y-coordinate верхнего левого угла прямоугольника bounding int nRightRect, // x-coordinate более низкого права угла прямоугольника bounding int nBottomRect, // y-coordinate более низкого права угла прямоугольника bounding int nXRadial1, // x-coordinate первой конечной точки радиальный int nYRadial1, // y-coordinate первой конечной точки радиальный int nXRadial2, // x-coordinate второй конечной точки радиальный int nYRadial2 // y-coordinate второй конечной точки радиальный );
Параметры
hdc
Идентифицирует контекст устройства в котором аккорд появляется.
nLeftRect
Определяет x-coordinate верхнего левого угла прямоугольника bounding.
nTopRect
Определяет y-coordinate верхнего левого угла прямоугольника bounding.
nRightRect
Определяет x-coordinate более низкого права угла прямоугольника bounding.
nBottomRect
Определяет y-coordinate более низкого права угла прямоугольника bounding.
nXRadial1
Определяет x-coordinate конечной точки радиального определяющего начало аккорда.
nYRadial1
Определяет y-coordinate конечной точки радиального определяющего начало аккорда.
nXRadial2
Определяет x-coordinate конечной точки радиального определяющего конец аккорда.
nYRadial2
Определяет y-coordinate конечной точки радиального определяющего конец аккорда.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Кривая аккорда определена эллипсом, который устанавливает определенный bounding прямоугольник. Кривая начинается на данном этапе где пересекать эллипса первый радиальный и расширяется против часовой стрелки по существу, где пересекать эллипса второй радиальный. ( Радиальный - сегмент строки вытащенный из центра эллипса в определенную конечную точку в эллипсе.) Аккорд близко рисуя строку из пересечения первой радиальной и кривой на пересечение второй радиальной и кривой.
Если отправной пункт и выходной кривой - те же, полный эллипс сделан. Текущая позиция - ни использованная ни скорректированная Аккордом. Windows 95: сумма координат прямоугольника bounding не может превысить 32,767. Сумма nLeftRect и nRightRect или nTopRect и параметров nBottomRect не может превысить 32,767.
Смотри Также
AngleArc, Arc, ArcTo, Pie
|
|
|
|
| |