Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PWMFRect16 structure defines a rectangle that bounds a placeable metafile. The rectangle defines the size and position of the metafile.
Syntax
typedef struct {
  INT16 Left;
  INT16 Top;
  INT16 Right;
  INT16 Bottom;
} PWMFRect16;
Members
Left
Type: INT16
Left coordinate of the rectangle that bounds the metafile.
Top
Type: INT16
Top coordinate of the rectangle that bounds the metafile.
Right
Type: INT16
Right coordinate of the rectangle that bounds the metafile.
Bottom
Type: INT16
Bottom coordinate of the rectangle that bounds the metafile.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] | 
| Minimum supported server | Windows 2000 Server [desktop apps only] | 
| Header | gdiplusmetaheader.h (include Gdiplus.h) |