[]
Gets the drawing direction of the circle shapes.
protected virtual CircumDirection GetCircleDirection()
Type | Description |
---|---|
CircumDirection | A CircumDirection indicates the 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)