EMRROUNDRECT

The EMRROUNDRECT structure contains members for the RoundRect enhanced metafile record.

typedef struct tagEMRROUNDRECT
{
    EMR   emr; 
    RECTL rclBox; 
    SIZEL szlCorner; 
} EMRROUNDRECT, *PEMRROUNDRECT; 
 

Members

emr
Base structure for all record types.
szlCorner
Width and height of the ellipse used to draw rounded corners.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in wingdi.h.

See Also

Metafiles Overview, Enhanced Metafile Structures, RoundRect