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.
See Also