The LOGPEN structure defines the style, width, and color of a pen. The CreatePenIndirect function uses the LOGPEN structure.
typedef struct tagLOGPEN { // lgpn UINT lopnStyle; POINT lopnWidth; COLORREF lopnColor; } LOGPEN;
Value |
Meaning |
PS_SOLID |
Pen is solid. |
PS_DASH |
Pen is dashed. |
PS_DOT |
Pen is dotted. |
PS_DASHDOT |
Pen has alternating dashes and dots. |
PS_DASHDOTDOT |
Pen has dashes and double dots. |
PS_NULL |
Pen is invisible. |
PS_INSIDEFRAME |
Pen is solid. When this pen is used in any graphics device interface (GDI) drawing function that takes a bounding rectangle, the dimensions of the figure are shrunk so that it fits entirely in the bounding rectangle, taking into account the width of the pen. This applies only to geometric pens. |
If the width of the pen is greater than 1 and the pen style is PS_INSIDEFRAME, the line is drawn inside the frame of all GDI objects except polygons and polylines. If the pen color does not match an available red, green, blue (RGB) value, the pen is drawn with a logical (dithered) color. If the pen width is less than or equal to 1, the PS_INSIDEFRAME style is identical to the PS_SOLID style.
file: /Techref/os/win/api/win32/struc/src/str10_9.htm, 3KB, , updated: 2000/4/7 11:20, local time: 2024/11/4 19:19,
3.147.205.160:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/os/win/api/win32/struc/src/str10_9.htm"> LOGPEN</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Ashley Roll has put together a really nice little unit here. Leave off the MAX232 and keep these handy for the few times you need true RS232! |
.