[]
Sets the drawing direction of the circle shapes.
public virtual CircumDirection SetCircumDirection(CircumDirection circumDirection)
Type | Name | Description |
---|---|---|
CircumDirection | circumDirection | A CircumDirection indicates the circum-direction. |
Type | Description |
---|---|
CircumDirection | A CircumDirection indicates the previous circum-direction. |
The default direction is Counterclockwise. The SetCircumDirection function specifies the direction in which the following functions draw: DrawArc(Point, uint, float, float), DrawArc(Rectangle, Point, Point) PaintChord(Rectangle, Point, Point) PaintEllipse(Rectangle) PaintPie(Rectangle, Point, Point) PaintRectangle(Rectangle) PaintRoundRectangle(Rectangle, int, int)