EMRSETARCDIRECTION structure (wingdi.h)
The EMRSETARCDIRECTION structure contains members for the SetArcDirection enhanced metafile record.
C++
typedef struct tagEMRSETARCDIRECTION {
EMR emr;
DWORD iArcDirection;
} EMRSETARCDIRECTION, *PEMRSETARCDIRECTION;
emr
The base structure for all record types.
iArcDirection
Arc direction. This member can be either the AD_CLOCKWISE or AD_COUNTERCLOCKWISE value.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wingdi.h (include Windows.h) |