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.
Returns the current arc direction for the device context.
int GetArcDirection( ) const;
Return Value
Specifies the current arc direction, if successful. Following are the valid return values:
AD_COUNTERCLOCKWISE Arcs and rectangles drawn counterclockwise.
AD_CLOCKWISE Arcs and rectangles drawn clockwise.
If an error occurs, the return value is zero.
Remarks
Arc and rectangle functions use the arc direction.
Requirements
Header: afxwin.h