|
|
От: |
UL
|
|
| Дата: | 18.05.05 05:39 | ||
| Оценка: | |||
|
|
От: |
Chez
|
|
| Дата: | 18.05.05 06:38 | ||
| Оценка: | |||
Chez, ICQ#161095094
Posted via:RSDN@Home;version:1.1.3;muzikstamp:silent
|
|
От: |
UL
|
|
| Дата: | 18.05.05 06:54 | ||
| Оценка: | |||
|
|
От: |
Chez
|
|
| Дата: | 18.05.05 07:16 | ||
| Оценка: | |||
CreatePen
The CreatePen function creates a logical pen that has the specified style, width, and color. The pen can subsequently be selected into a device context and used to draw lines and curves.
[...]
Parameters
fnPenStyle
[in] Specifies the pen style. It can be any one of the following values. Value Meaning
PS_SOLID The pen is solid.
[...]
nWidth
[in] Specifies the width of the pen, in logical units. If nWidth is zero, the pen is a single pixel wide, regardless of the current transformation.
CreatePen returns a pen with the specified width bit with the PS_SOLID style if you specify a width greater than one for the following styles: PS_DASH, PS_DOT, PS_DASHDOT, PS_DASHDOTDOT.
[...]
Chez, ICQ#161095094
Posted via:RSDN@Home;version:1.1.3;muzikstamp:silent
|
|
От: |
UL
|
|
| Дата: | 18.05.05 10:06 | ||
| Оценка: | |||