[]
Gets or sets the drawing direction of the circle shapes.
public CircumDirection CircumDirection { get; set; }
Type | Description |
---|---|
CircumDirection | A CircumDirection indicates the circum-direction. |
The default direction is Counterclockwise. The CircumDirection 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)