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.+
See also:
| file: /Techref/os/win/api/win32/struc/src/str15_20.htm, 2KB, , updated: 2006/5/30 06:31, local time: 2012/2/9 22:28,
38.107.179.230:LOG IN |
| ©2012 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://www.piclist.com/techref/os/win/api/win32/struc/src/str15_20.htm"> RECT</A> |
| Did you find what you needed? |
THE book for getting started with the PIC uC!
5 stars at Amazon.com
Now available from piclist.com for $34.95 ($7.50 S&H)
|
|
.