The RECT structure defines the coordinates of the upper-left and lower-right corners of a rectangle.
typedef struct _RECT { // rc LONG left; LONG top; LONG right; LONG bottom; } RECT;
When RECT is passed to the FillRect function, the rectangle is filled up to, but not including, the right column and bottom row of pixels. This structure is identical to the RECTL structure.
Questions:
how Do i create an enhanced metafile i have child window. in that window i have a drawing composed of many lines.i want to store that image as a enhanced metafile but am geeting the client rect drawing only.+
file: /Techref/os/win/api/win32/struc/src/str15_20.htm, 2KB, , updated: 2006/5/30 06:31, local time: 2024/11/5 15:31,
18.227.111.126: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/str15_20.htm"> RECT</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.