Visual Studio 2010 - Visual C++
CDC::SetArcDirection
Sets the drawing direction to be used for arc and rectangle functions.
int SetArcDirection( int nArcDirection );
Parameters
Return Value
Specifies the old arc direction, if successful; otherwise 0.
Remarks
The default direction is counterclockwise. The SetArcDirection function specifies the direction in which the following functions draw:
|
Arc |
Pie |
|---|---|
|
ArcTo |
Rectangle |
|
Chord |
RoundRect |
|
Ellipse |
|
Requirements
Header: afxwin.h
See Also