EMRSETARCDIRECTION

The EMRSETARCDIRECTION structure contains members for the SetArcDirection enhanced metafile record.

typedef struct tagEMRSETARCDIRECTION
{
    EMR   emr; 
    DWORD iArcDirection;
} EMRSETARCDIRECTION, *PEMRSETARCDIRECTION; 
 

Members

emr
Base structure for all record types.
iArcDirection
Arc direction. This member can be either the AD_CLOCKWISE or AD_COUNTERCLOCKWISE value.

QuickInfo

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

See Also

Metafiles Overview, Enhanced Metafile Structures, Arc, SetArcDirection