DrawArc Statement:
Draw Arc
Object.DrawArc
xc, yc, w, h, s, e
|
Parametrs:
xc,yc- – arc center coordinate
w,h- arc width and height
s,e- start and end angles [0 – 360].
|
Sample: object.DrawArc
50, 50, 30, 80, 0, 180
This method draws an Arc. Before calling DrawArc method you may define line
color and thickness with SetColor and SetLineWidth.methods.
See also
DrawArc,DrawFilledArc,DrawFilledPie
More samples:
Brush
Circle,
Arc, ,
Ellipse, Brush,
Polygon, Pie
Diagram
Chart,
Pie
Gradient
Arc,
Besier, Circle,
Ellipse,
Gradient, Pie,
Polygon,
Rectangle, Unclosed
polygon
Primitive
Arc,
Beziers, Circle,
Ellipse,
Line, Pie,
Rectangle, Unclosed
polygon, Unclosed
polygon
|
|